Awesome config update.

This commit is contained in:
Johannes Findeisen 2025-12-02 23:25:35 +01:00
commit d1bc6807a6

View file

@ -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,