Screensaver lock modkey changed to 'Win+L'

This commit is contained in:
Kolan Sh 2013-06-30 05:35:43 +04:00
parent df390aa3b9
commit b78e96b230
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -408,7 +408,7 @@ globalkeys = awful.util.table.join(
awful.key({ modkey, }, "Return", function () awful.util.spawn(terminal) end),
awful.key({ modkey, "Control" }, "r", awesome.restart),
-- awful.key({ modkey, "Shift" }, "q", awesome.quit),
awful.key({ modkey, "Control" }, "l", function () os.execute ("xscreensaver-command --lock") end),
awful.key({ "Mod4" }, "l", function () os.execute ("xscreensaver-command --lock") end),
awful.key({ modkey, }, "l", function () awful.tag.incmwfact( 0.05) end),
awful.key({ modkey, }, "h", function () awful.tag.incmwfact(-0.05) end),