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=bemenu - args="-i -l 15" + barmenu=tofi + args="-c $HOME/.config/tofi/themes/dmenu_vertical" xdotool="ydotool type --file -" elif [[ -n $DISPLAY ]]; then barmenu=dmenu |