pwr-dmenu now reads from frequentcommands.list
parent
b77f5a61c0
commit
d6839bac02
|
|
@ -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
|
||||||
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue