Menu and config update.

This commit is contained in:
Johannes Findeisen 2026-07-15 22:48:33 +02:00
commit 85b9c6be58
2 changed files with 4 additions and 0 deletions

View file

@ -276,6 +276,8 @@ globalkeys = gears.table.join(
{ description="zoha", group="awesome" }),
awful.key({ modkey, }, "e", function() awful.util.spawn("/usr/bin/claws-mail") end,
{ description="claws-mail", group="awesome" }),
awful.key({ modkey, }, "m", function() awful.util.spawn("/usr/bin/xfce4-terminal") end,
{ description="xfce4-terminal", group="awesome" }),
-- Set backlight
-- awful.key({ modkey, }, "1", function() awful.util.spawn("/usr/bin/xbacklight -set 10") end,