From 7d06c98475e949605d8678ab30cf9b32da681f6c Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Wed, 18 Dec 2013 00:54:11 +0400 Subject: [PATCH] Revert "Disable ModKey+Control+r." This reverts commit e4ecdaff653111e321715b8566ed9874ea36adea. --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index fa4357b..42b011c 100644 --- a/rc.lua +++ b/rc.lua @@ -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),