summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua
index 12d4339..6040eb3 100644
--- a/config/awesome/rc.lua
+++ b/config/awesome/rc.lua
@@ -321,7 +321,7 @@ globalkeys = awful.util.table.join(
-- weasel
awful.key({ modkey }, "`", function () awful.screen.focused().mypromptbox:run() end),
- awful.key({ "Ctrl", "Mod1" }, "BackSpace", awesome.quit),
+ -- awful.key({ "Ctrl", "Mod1" }, "BackSpace", awesome.quit),
awful.key({ modkey, }, "F1", function () awful.layout.set(awful.layout.suit.floating) end),
awful.key({ modkey, }, "F2", function () awful.layout.set(awful.layout.suit.tile) end),