From b49fbd12bd77f379fc1bf466531dec20658f7540 Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 6 Aug 2023 22:55:00 -0500 Subject: Fully replace bemenu with tofi --- passmenu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'passmenu') diff --git a/passmenu b/passmenu index a157324..a5b5ff9 100755 --- a/passmenu +++ b/passmenu @@ -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 -- cgit v1.2.3