summaryrefslogtreecommitdiff
path: root/ffc
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 /ffc
parent20d778c95e7ea5f41e12f1b2f2d8d7a3c8de4abe (diff)
fix dmenu misspelling (there is no dmene=)
Diffstat (limited to 'ffc')
-rwxr-xr-xffc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffc b/ffc
index 117523c..ac83c56 100755
--- a/ffc
+++ b/ffc
@@ -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