diff options
author | zachir <zachir@librem.one> | 2025-07-19 00:57:47 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-19 00:57:47 -0500 |
commit | 351f51e4f711b6a25419825728f12be7b5a4a285 (patch) | |
tree | 97347d71b778615c8083876a004262814eee00aa /dmenu | |
parent | b8f4e3482afa081617b52166113632ba874c4966 (diff) |
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 |