diff options
-rwxr-xr-x | 1337x | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | damb | 2 | ||||
-rwxr-xr-x | pirowatch | 2 | ||||
-rwxr-xr-x | yts | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -60,7 +60,7 @@ main() query= [ -z "$DISPLAY" ] && - menu="bemenu" + menu="wmenu" if [ "$#" -gt 0 ] && [ "$1" = "-o" ] then out=true @@ -2,7 +2,7 @@ [dmenu](https://tools.suckless.org/dmenu/) is a fast and lightweight dynamic menu for X written by the [suckless](https://suckless.org/) community. this is my collection of posix scripts for dmenu like programs. these scipts were initially made for dmenu with xorg in mind, now -they work on both xorg and wayland using dmenu and bemenu respectively. these +they work on both xorg and wayland using dmenu and wmenu respectively. these scripts might use [nerd fonts](https://www.nerdfonts.com/), make sure you've installed them for the best experience. you can find more info about them below. @@ -49,7 +49,7 @@ get_link() main() { [ -z "$DISPLAY" ] && - menu="bemenu" + menu="wmenu" dep_check "$menu" @@ -83,7 +83,7 @@ main() shift fi [ -z "$DISPLAY" ] && - menu="bemenu" + menu="wmenu" dep_check "$menu" @@ -70,7 +70,7 @@ main() query= [ -z "$DISPLAY" ] && - menu="bemenu" + menu="wmenu" if [ "$#" -gt 0 ] && [ "$1" = "-o" ] then out=true |