summaryrefslogtreecommitdiff
path: root/passmenu
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-08-06 22:55:00 -0500
committerzachir <zachir@librem.one>2023-08-06 22:55:00 -0500
commitb49fbd12bd77f379fc1bf466531dec20658f7540 (patch)
tree3ec9bc9c881811567d11d1a728c7021987120dcf /passmenu
parenteaf278d39aa7f7a322bdb21feb6af9ea5a5bf9df (diff)
Fully replace bemenu with tofi
Diffstat (limited to 'passmenu')
-rwxr-xr-xpassmenu4
1 files changed, 2 insertions, 2 deletions
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