summaryrefslogtreecommitdiffstats
path: root/.local/bin/passmenu
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.local/bin/passmenu4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/passmenu b/.local/bin/passmenu
index d3e7c75..777c5db 100755
--- a/.local/bin/passmenu
+++ b/.local/bin/passmenu
@@ -24,8 +24,8 @@ if [[ $1 == "--type" ]]; then
fi
if [[ -n $WAYLAND_DISPLAY ]]; then
- dmenu=dmenu-wl
- xdotool="ydotool type --file -"
+ dmenu=wmenu
+ xdotool="wtype -"
elif [[ -n $DISPLAY ]]; then
dmenu=dmenu
xdotool="xdotool type --clearmodifiers --file -"