summaryrefslogtreecommitdiff
path: root/fdc
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-28 22:05:52 -0600
committerzachir <zachir@librem.one>2023-02-28 22:05:52 -0600
commitdf2356a3639c1262e6ea6534e6c69b0325514036 (patch)
tree93a9af84009dc27021fb386a83e788671f136757 /fdc
parent20d778c95e7ea5f41e12f1b2f2d8d7a3c8de4abe (diff)
fix dmenu misspelling (there is no dmene=)
Diffstat (limited to 'fdc')
-rwxr-xr-xfdc2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdc b/fdc
index 3c3a6bf..8ad1e93 100755
--- a/fdc
+++ b/fdc
@@ -26,7 +26,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