some awesome config and windows icon update.

This commit is contained in:
Johannes Findeisen 2026-06-21 02:26:34 +02:00
commit c612c91421
12 changed files with 92 additions and 90 deletions

View file

@ -273,7 +273,9 @@ globalkeys = gears.table.join(
awful.key({ modkey, }, "q", function () awful.screen.focused().quake:toggle() end,
{description = "dropdown application", group = "launcher"}),
awful.key({ modkey, }, "a", function() awful.util.spawn("/home/hanez/.cargo/bin/zoha -s") end,
{ description="set backlight", group="awesome" }),
{ description="zoha", group="awesome" }),
awful.key({ modkey, }, "e", function() awful.util.spawn("/usr/bin/claws-mail") end,
{ description="claws-mail", group="awesome" }),
-- Set backlight
-- awful.key({ modkey, }, "1", function() awful.util.spawn("/usr/bin/xbacklight -set 10") end,