systray, dock, icon_handler some major revision

This commit is contained in:
Rene Kievits
2022-03-06 20:56:06 +01:00
parent 39179f06b7
commit dae28d55eb
29 changed files with 422 additions and 255 deletions

View File

@@ -161,7 +161,7 @@ return function()
{ modkey },
"d",
function ()
awful.spawn("rofi -show drun -theme ~/.config/rofi/launcher/launcher.rasi")
awful.spawn("/home/crylia/.local/bin/rofi -show drun -theme ~/.config/rofi/rofi.rasi")
end,
{ descripton = "Application launcher", group = "Application" }
),
@@ -169,7 +169,15 @@ return function()
{ modkey },
"Tab",
function ()
awful.spawn("rofi -show window -theme ~/.config/rofi/launcher/launcher.rasi")
awful.spawn("/home/crylia/.local/bin/rofi -show window -theme ~/.config/rofi/window.rasi")
end,
{ descripton = "Client switcher (alt+tab)", group = "Application" }
),
awful.key(
{ "Mod1" },
"Tab",
function ()
awful.spawn("/home/crylia/.local/bin/rofi -show window -theme ~/.config/rofi/window.rasi")
end,
{ descripton = "Client switcher (alt+tab)", group = "Application" }
),