dmenu -> rofi

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent f936b8d0db
commit bd13baa2eb
33 changed files with 13 additions and 3123 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash
dmenu="dmenu -p toggle"
menu="rofi -dmenu"
choice=$(echo -e "picom\nwindowcovering\nframeborderwidth\nresizestep" | $dmenu)
choice=$(echo -e "picom\nwindowcovering\nframeborderwidth\nresizestep" | $menu)
case $choice in