From d9d6c85455613808e17b6dd886597a4186abc354 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 4 Sep 2021 09:53:03 +0200 Subject: disable ctrl-alt-backspace --- config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- cgit v1.2.3