From d1bc6807a6c9ec68c3521c90c1ae241d217fd574 Mon Sep 17 00:00:00 2001 From: hanez Date: Tue, 2 Dec 2025 23:25:35 +0100 Subject: [PATCH] Awesome config update. --- .config/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index d7dbab37..7202b24e 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -321,8 +321,8 @@ globalkeys = gears.table.join( { description="enable xautolock", group="awesome" }), -- Some Application shortcuts - awful.key({ modkey, }, "a", function () awful.spawn("/usr/bin/alacritty") end, - { description = "open a terminal", group = "launcher"}), + --awful.key({ modkey, }, "a", function () awful.spawn("/usr/bin/alacritty") end, + -- { description = "open a terminal", group = "launcher"}), awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end, { description = "open a terminal", group = "launcher"}), awful.key({ modkey, "Control" }, "Return", function () awful.util.spawn(xterminal) end,