diff options
author | sinanmohd <pcmsinan@gmail.com> | 2023-03-08 21:50:37 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-03-11 19:05:05 +0530 |
commit | 246d9473584277981586021a22087b115c78ef19 (patch) | |
tree | 665da895226beab3d6b9d1e2c8d7d20c89c49a12 | |
parent | a765791a610b8ac526e6b1f65be6d8143f33d8df (diff) |
menu: switchout bemenu for wmenu
-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 |