aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <pcmsinan@gmail.com>2023-03-08 21:50:37 +0530
committersinanmohd <pcmsinan@gmail.com>2023-03-11 19:05:05 +0530
commit246d9473584277981586021a22087b115c78ef19 (patch)
tree665da895226beab3d6b9d1e2c8d7d20c89c49a12
parenta765791a610b8ac526e6b1f65be6d8143f33d8df (diff)
menu: switchout bemenu for wmenu
-rwxr-xr-x1337x2
-rw-r--r--README.md2
-rwxr-xr-xdamb2
-rwxr-xr-xpirowatch2
-rwxr-xr-xyts2
5 files changed, 5 insertions, 5 deletions
diff --git a/1337x b/1337x
index 67596c9..a1d5bc3 100755
--- a/1337x
+++ b/1337x
@@ -60,7 +60,7 @@ main()
query=
[ -z "$DISPLAY" ] &&
- menu="bemenu"
+ menu="wmenu"
if [ "$#" -gt 0 ] && [ "$1" = "-o" ]
then
out=true
diff --git a/README.md b/README.md
index 9a14445..fed024e 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/damb b/damb
index b5621ab..4425ae7 100755
--- a/damb
+++ b/damb
@@ -49,7 +49,7 @@ get_link()
main()
{
[ -z "$DISPLAY" ] &&
- menu="bemenu"
+ menu="wmenu"
dep_check "$menu"
diff --git a/pirowatch b/pirowatch
index 8cbe346..4ed54ce 100755
--- a/pirowatch
+++ b/pirowatch
@@ -83,7 +83,7 @@ main()
shift
fi
[ -z "$DISPLAY" ] &&
- menu="bemenu"
+ menu="wmenu"
dep_check "$menu"
diff --git a/yts b/yts
index 9df7b9d..7401761 100755
--- a/yts
+++ b/yts
@@ -70,7 +70,7 @@ main()
query=
[ -z "$DISPLAY" ] &&
- menu="bemenu"
+ menu="wmenu"
if [ "$#" -gt 0 ] && [ "$1" = "-o" ]
then
out=true