From 89840581fbcc9228f99ca6c448a29d1cd5da2627 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 25 Feb 2024 14:02:36 -0500 Subject: Port my i3 config to sway --- .local/bin/passmenu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.local/bin/passmenu') 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 -" -- cgit v1.2.3-60-g2f50