diff options
Diffstat (limited to 'dmenu')
-rwxr-xr-x | dmenu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |