dmenu -> rofi
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user