summaryrefslogtreecommitdiff
path: root/dmenuumount
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-28 22:06:21 -0600
committerzachir <zachir@librem.one>2023-02-28 22:06:21 -0600
commit6ccd0c98b897d34b88843c58e2572a90b65aed14 (patch)
tree53b49f1863768aacf6aa86f4a86acfdcf76ce1fa /dmenuumount
parent31a70a696cbe893a82ec71534fec1126c458517c (diff)
fix dmenu misspelling (there is no dmene)
Diffstat (limited to 'dmenuumount')
-rwxr-xr-xdmenuumount2
1 files changed, 1 insertions, 1 deletions
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