pwr-dmenu now reads from frequentcommands.list

main
The_miro 2025-10-21 19:23:09 +02:00
parent b77f5a61c0
commit d6839bac02
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,16 @@
poweroff
hyprctl kill
reboot
systemctl soft-reboot
systemctl suspend-then-hibernate
systemctl hibernate
systemctl sleep
systemctl restart fprintd.service
systemctl hybrid-sleep
hyprctl dispatch exit
hyprlock
hyprctl reload
kitty ~/Dotfiles/desktopenvs/hyprland/scripts/helpmenu.sh
kitty nvim ~/.config/binds.conf
~/Dotfiles/desktopenvs/hyprland/scripts/caffeine.sh

View File

@ -1,3 +1,3 @@
#!/bin/zsh #!/bin/zsh
echo "poweroff\nhyprctl kill\nreboot\nsystemctl soft-reboot\nsystemctl suspend-then-hibernate\nsystemctl hibernate\nsystemctl sleep\nsystemctl restart fprintd.service\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 cat ~/Dotfiles/desktopenvs/hyprland/scripts/frequentcommands.list | wofi --show=dmenu | zsh