Add Powermenu script

This commit is contained in:
Stephan Raabe
2023-04-04 13:45:48 +02:00
parent ed5fe87fa5
commit 56bb277e07
3 changed files with 48 additions and 8 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ keys = [
#System
Key([mod], "q", lazy.window.kill(), desc="Kill focused window"),
Key([mod, "control"], "r", lazy.reload_config(), desc="Reload the config"),
Key([mod, "control"], "q", lazy.shutdown(), desc="Shutdown Qtile"),
Key([mod, "control"], "q", lazy.spawn(home + "/dotfiles/scripts/powermenu.sh"), desc="Open Powermenu"),
# Apps
Key([mod], "Return", lazy.spawn(terminal), desc="Launch terminal"),