summaryrefslogtreecommitdiff
path: root/lwc
diff options
context:
space:
mode:
Diffstat (limited to 'lwc')
-rwxr-xr-xlwc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwc b/lwc
index 29daf45..9313cf8 100755
--- a/lwc
+++ b/lwc
@@ -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