worked on powerbutton

This commit is contained in:
Rene Kievits
2021-10-02 21:03:54 +02:00
parent 558831d305
commit 16508c1fae
21 changed files with 2577 additions and 5 deletions

View File

@@ -260,7 +260,7 @@ function _M.get()
{ modkey },
"d",
function ()
awful.spawn("rofi -show run")
awful.spawn("rofi -show drun -theme ~/.config/rofi/appmenu/rofi.rasi")
end,
{ descripton = "Start a Application", group = "Application" }
),
@@ -268,7 +268,7 @@ function _M.get()
{ modkey },
"Tab",
function ()
awful.spawn("rofi -show window")
awful.spawn("rofi -show window -theme ~/.config/rofi/appmenu/rofi.rasi")
end,
{ descripton = "Start a Application", group = "Application" }
),