Add cut cbz and zathura configs

This commit is contained in:
davidovski 2023-07-27 02:29:40 +02:00
parent 28a625400b
commit bc668b05c4
3 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
printf "pm-suspend reboot poweroff" | rofi -dmenu -p "power" | xargs -r
printf "%s\n" "pm-suspend" "pm-hibernate" "reboot" "poweroff" | rofi -dmenu -p "power" | xargs -r