Revert "Disable ModKey+Control+r."

This reverts commit e4ecdaff65.
This commit is contained in:
Kolan Sh 2013-12-18 00:54:11 +04:00
parent e4ecdaff65
commit 7d06c98475
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

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