Disable ModKey+Control+r.
This commit is contained in:
parent
2ca1960e55
commit
e4ecdaff65
2
rc.lua
2
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),
|
||||
|
||||
|
|
Loading…
Reference in New Issue