diff options
-rwxr-xr-x | dmenu_books | 2 | ||||
-rwxr-xr-x | dmenumount | 2 | ||||
-rwxr-xr-x | dmenuumount | 2 | ||||
-rwxr-xr-x | dmenuunicode | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dmenu_books b/dmenu_books index f24391b..130cbc9 100755 --- a/dmenu_books +++ b/dmenu_books @@ -15,7 +15,7 @@ if [ -z "$DMENU" ]; then if [ -n "$WAYLAND_DISPLAY" ]; then DMENU="bemenu" elif [ -n "$DISPLAY" ]; then - DMENU="dmene" + DMENU="dmenu" else print "Can't tell if Wayland or X; what gives?\n" exit 1 @@ -20,7 +20,7 @@ if [ -z "$DMENU" ]; then if [ -n "$WAYLAND_DISPLAY" ]; then DMENU="bemenu" elif [ -n "$DISPLAY" ]; then - DMENU="dmene" + DMENU="dmenu" else print "Can't tell if Wayland or X; what gives?\n" exit 1 diff --git a/dmenuumount b/dmenuumount index b4785cf..3b4ef61 100755 --- a/dmenuumount +++ b/dmenuumount @@ -19,7 +19,7 @@ if [ -z "$DMENU" ]; then if [ -n "$WAYLAND_DISPLAY" ]; then DMENU="bemenu" elif [ -n "$DISPLAY" ]; then - DMENU="dmene" + DMENU="dmenu" else print "Can't tell if Wayland or X; what gives?\n" exit 1 diff --git a/dmenuunicode b/dmenuunicode index 1358fad..4af8870 100755 --- a/dmenuunicode +++ b/dmenuunicode @@ -17,7 +17,7 @@ if [ -z "$DMENU" ]; then if [ -n "$WAYLAND_DISPLAY" ]; then DMENU="bemenu" elif [ -n "$DISPLAY" ]; then - DMENU="dmene" + DMENU="dmenu" else print "Can't tell if Wayland or X; what gives?\n" exit 1 |