diff options
Diffstat (limited to 'passmenu')
-rwxr-xr-x | passmenu | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ if [[ $1 == "--type" ]]; then fi if [[ -n $WAYLAND_DISPLAY ]]; then - barmenu=tofi - args="" + barmenu=bemenu + args="-i -l 15" xdotool="ydotool type --file -" elif [[ -n $DISPLAY ]]; then barmenu=dmenu |