Browse Source

Do mention ssh identitties dropped

Alois Mahdal 6 years ago
parent
commit
c0b97bb858
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      dotfiles/config/bmo/be.ini

+ 2
- 2
dotfiles/config/bmo/be.ini View File

20
 
20
 
21
 [be.def.spot.role:gone]
21
 [be.def.spot.role:gone]
22
     shape = bounce
22
     shape = bounce
23
-    enter = ssh-add -D
23
+    enter = ssh-add -D 2>&1 && notify-send "all identities removed"
24
     enter = weechat-fifo -s \*/disconnect -all gone
24
     enter = weechat-fifo -s \*/disconnect -all gone
25
     spike = bmo kb home && slock
25
     spike = bmo kb home && slock
26
     leave = weechat-fifo -s \*/connect -all
26
     leave = weechat-fifo -s \*/connect -all
30
     shape = bounce
30
     shape = bounce
31
     enter = pidof mocp       && mocp --pause
31
     enter = pidof mocp       && mocp --pause
32
     enter = pidof clementine && qdbus org.mpris.clementine /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlaybackStatus | grep -qxF Playing && qdbus org.mpris.clementine /Player org.freedesktop.MediaPlayer.Pause
32
     enter = pidof clementine && qdbus org.mpris.clementine /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlaybackStatus | grep -qxF Playing && qdbus org.mpris.clementine /Player org.freedesktop.MediaPlayer.Pause
33
-    enter = ssh-add -D
33
+    enter = ssh-add -D 2>&1 && notify-send "all identities removed"
34
     enter = weechat-fifo -s \*/disconnect -all offline
34
     enter = weechat-fifo -s \*/disconnect -all offline
35
     spike = bmo kb home && slock systemctl suspend -i
35
     spike = bmo kb home && slock systemctl suspend -i
36
     leave = weechat-fifo -s \*/connect -all
36
     leave = weechat-fifo -s \*/connect -all