Skip to content

Commit

Permalink
awesome: use slock instead of gnome-screensaver
Browse files Browse the repository at this point in the history
  • Loading branch information
majutsushi committed Jul 21, 2016
1 parent a23be38 commit 5ddc3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awesome/rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ globalkeys = awful.util.table.join(
awful.key({}, "XF86MonBrightnessUp", function () eldritch.utils.brightness(4) end),
awful.key({}, "XF86MonBrightnessDown", function () eldritch.utils.brightness(-4) end),

awful.key({ altkey, "Control" }, "l", function () exec("gnome-screensaver-command --lock") end),
awful.key({ altkey, "Control" }, "l", function () exec("slock") end),
awful.key({ }, "Print", function () exec("gnome-screenshot") end),
awful.key({ "Control" }, "Print", function () exec("gnome-screenshot --interactive") end),

Expand Down

0 comments on commit 5ddc3da

Please sign in to comment.