summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmpass
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-12-27 12:00:06 +0100
committerJoe <rbo@gmx.us>2024-12-27 12:00:06 +0100
commita5be58007cb5639d9060ae4dbb54327d1e8dc0d5 (patch)
tree60116c8c8170d24850784299a4baa339f9b8af00 /.local/bin/dmpass
parentup (diff)
downloaddotfiles-bsd-a5be58007cb5639d9060ae4dbb54327d1e8dc0d5.tar.gz
dotfiles-bsd-a5be58007cb5639d9060ae4dbb54327d1e8dc0d5.tar.bz2
dotfiles-bsd-a5be58007cb5639d9060ae4dbb54327d1e8dc0d5.tar.xz
dotfiles-bsd-a5be58007cb5639d9060ae4dbb54327d1e8dc0d5.tar.zst
dotfiles-bsd-a5be58007cb5639d9060ae4dbb54327d1e8dc0d5.zip
good
Diffstat (limited to '')
-rwxr-xr-x.local/bin/dmpass4
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 -"