From 90cf740f8de0544779e1adad10902e05185c3c5a Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 26 Feb 2023 15:25:11 -0600 Subject: update passmenu with bemenu and args --- passmenu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'passmenu') diff --git a/passmenu b/passmenu index e44be61..a157324 100755 --- a/passmenu +++ b/passmenu @@ -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 -- cgit v1.2.3