From 4486784f8003e3b73bb228443a359a32dc8f0e43 Mon Sep 17 00:00:00 2001 From: Julian T Date: Mon, 13 Jan 2020 12:51:55 +0100 Subject: i3 and zsh cleanup, and passmenu smaller mod --- scripts/Scripts/passmenu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3