summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-26 15:25:11 -0600
committerzachir <zachir@librem.one>2023-02-26 15:25:11 -0600
commit90cf740f8de0544779e1adad10902e05185c3c5a (patch)
tree219e5cec6512f69e2f848cfd449b4ea0742f91da
parent69b5aa4074c28630030495e7637f25b60268a4a5 (diff)
update passmenu with bemenu and args
-rwxr-xr-xpassmenu4
1 files changed, 2 insertions, 2 deletions
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