No need for notify send
This commit is contained in:
parent
6e63a19f04
commit
8ba58d1475
|
@ -4,7 +4,6 @@ WINDOW_ID=$(xdotool getactivewindow)
|
|||
WM_NAME=$(xprop -id $WINDOW_ID WM_NAME | cut -d '"' -f 2)
|
||||
|
||||
uuid=$(uuidgen)
|
||||
notify-send $WM_NAME you
|
||||
|
||||
if [ -f $HOME/.config/terminalscwd/$WM_NAME.ssh ]; then
|
||||
cp $HOME/.config/terminalscwd/$WM_NAME.ssh $HOME/.config/terminalscwd/$uuid.ssh
|
||||
|
|
Loading…
Reference in New Issue