changed shortcut from rofi to new powermenu

This commit is contained in:
Rene Kievits
2021-11-06 04:58:41 +01:00
parent b73cfe028a
commit 5a9012fcb2

View File

@@ -276,7 +276,7 @@ function _M.get()
{ modkey, "Shift" },
"e",
function ()
awful.spawn("rofi -show power-menu -modi 'power-menu:~/.config/rofi/rofi-power-menu --choices=shutdown/reboot/logout/lockscreen' -theme ~/.config/rofi/powermenu/powermenu.rasi")
awesome.emit_signal("module::powermenu:show")
end,
{ descripton = "Open the exit window", group = "System" }
),