Disable stupid Shift+Q binding
This commit is contained in:
parent
f4ad30a64d
commit
9236917e8d
2
rc.lua
2
rc.lua
|
@ -326,7 +326,7 @@ globalkeys = awful.util.table.join(
|
||||||
-- Standard program
|
-- Standard program
|
||||||
awful.key({ modkey, }, "Return", function () awful.util.spawn(terminal) end),
|
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({ modkey, "Shift" }, "q", awesome.quit),
|
||||||
awful.key({ modkey, "Control" }, "l", lock_screen),
|
awful.key({ modkey, "Control" }, "l", lock_screen),
|
||||||
|
|
||||||
awful.key({ modkey, }, "l", function () awful.tag.incmwfact( 0.05) end),
|
awful.key({ modkey, }, "l", function () awful.tag.incmwfact( 0.05) end),
|
||||||
|
|
Loading…
Reference in New Issue