diff options
author | zachir <zachir@librem.one> | 2023-02-26 15:25:11 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-26 15:25:11 -0600 |
commit | 90cf740f8de0544779e1adad10902e05185c3c5a (patch) | |
tree | 219e5cec6512f69e2f848cfd449b4ea0742f91da /passmenu | |
parent | 69b5aa4074c28630030495e7637f25b60268a4a5 (diff) |
update passmenu with bemenu and args
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=tofi - args="" + barmenu=bemenu + args="-i -l 15" xdotool="ydotool type --file -" elif [[ -n $DISPLAY ]]; then barmenu=dmenu |