summaryrefslogtreecommitdiff
path: root/dmenu
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-07-19 00:57:47 -0500
committerzachir <zachir@librem.one>2025-07-19 00:57:47 -0500
commit351f51e4f711b6a25419825728f12be7b5a4a285 (patch)
tree97347d71b778615c8083876a004262814eee00aa /dmenu
parentb8f4e3482afa081617b52166113632ba874c4966 (diff)
Add -d to tell tofi to use dmenu compatHEADmaster
Diffstat (limited to 'dmenu')
-rwxr-xr-xdmenu2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu b/dmenu
index 8811b8b..0acd186 100755
--- a/dmenu
+++ b/dmenu
@@ -10,7 +10,7 @@ fi
if [ -n "$WAYLAND_DISPLAY" ]; then
# Wayland
- tofi -c "$TOFI_CONF" $ARGS 2>/dev/null
+ tofi -c "$TOFI_CONF" -d $ARGS 2>/dev/null
unset ARGS
elif [ -n "$DISPLAY" ]; then
# X11