diff options
Diffstat (limited to '.local/bin/dmpass')
-rwxr-xr-x | .local/bin/dmpass | 4 |
1 files changed, 4 insertions, 0 deletions
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 -" |