diff options
author | Julian T <julian@jtle.dk> | 2020-01-13 12:51:55 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-01-13 12:51:55 +0100 |
commit | 4486784f8003e3b73bb228443a359a32dc8f0e43 (patch) | |
tree | 80590c24122813cbaa938340fd1517249f674fba /scripts/Scripts | |
parent | 2171f213d6c7d0443c52b736b12f4394b4e34655 (diff) |
i3 and zsh cleanup, and passmenu smaller mod
Diffstat (limited to 'scripts/Scripts')
-rw-r--r-- | scripts/Scripts/passmenu | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Scripts/passmenu b/scripts/Scripts/passmenu index be2d206..71c9456 100644 --- a/scripts/Scripts/passmenu +++ b/scripts/Scripts/passmenu @@ -1,6 +1,7 @@ #!/usr/bin/env bash DMENU="rofi -dmenu" +NOTIFY="notify-send" shopt -s nullglob globstar @@ -26,5 +27,5 @@ else xdotool type --clearmodifiers --file - fi -notify-send "Done" +$NOTIFY "Done" # pass $password | grep login | cut -d' ' -f2- | xclip -selection c |