From a5be58007cb5639d9060ae4dbb54327d1e8dc0d5 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 27 Dec 2024 12:00:06 +0100 Subject: good --- .local/bin/dmpass | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.local/bin/dmpass') diff --git a/.local/bin/dmpass b/.local/bin/dmpass index 060cf08..c0a10ba 100755 --- a/.local/bin/dmpass +++ b/.local/bin/dmpass @@ -3,8 +3,12 @@ full=0 if [ "$1" = "--full" ]; then full=1 + if [ "$2" ]; then + fi +elif [ "$1"]; then fi + if [ -n "$WAYLAND_DISPLAY" ]; then dmenu=dmenu-wl xdotool="ydotool type --file -" -- cgit v1.2.3