Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
danilin-em committed Apr 13, 2020
1 parent 5f9750b commit 0761397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/widgets/power/init.lua
Expand Up @@ -38,7 +38,7 @@ init = function ( theme, screen )
)),
button(theme.widget_power_lock, awful.util.table.join(
awful.button({}, 1, function ( )
awful.spawn.with_shell("dm-tool lock")
awful.spawn.with_shell("dm-tool lock") -- TODO: Use global lock command. Linked by #23
end)
)),
button(theme.widget_power_quit_awesome, awful.util.table.join(
Expand Down

0 comments on commit 0761397

Please sign in to comment.