4 lines
338 B
Bash
Executable File
4 lines
338 B
Bash
Executable File
#!/bin/zsh
|
|
echo "poweroff\nhyprctl kill\nreboot\nsystemctl soft-reboot\nsystemctl suspend-then-hibernate\nsystemctl hibernate\nsystemctl sleep\nsystemctl hybrid-sleep\nhyprctl dispatch exit\nhyprlock\nhyprctl reload\nkitty ~/Dotfiles/desktopenvs/hyprland/scripts/helpmenu.sh\nkitty nvim ~/.config/binds.conf\n" | wofi --show=dmenu | zsh
|
|
|