Browse Source

Drop unnecessary bmo_beh__if conditions

Alois Mahdal 1 month ago
parent
commit
716ba81a81
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      dotfiles/config/bmo/be.ini

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

25
 [be.def.spot.role:gone]
25
 [be.def.spot.role:gone]
26
     shape = bounce
26
     shape = bounce
27
     enter = ssh-add -D 2>&1 && notify-send "all identities removed"
27
     enter = ssh-add -D 2>&1 && notify-send "all identities removed"
28
-    enter = bmo_beh__if -P weechat weechat-fifo -s \*/disconnect -all gone
28
+    enter = weechat-fifo -s \*/disconnect -all gone
29
     spike = bmo kb home && slock
29
     spike = bmo kb home && slock
30
-    leave = bmo_beh__if -P weechat weechat-fifo -s \*/connect -all
30
+    leave = weechat-fifo -s \*/connect -all
31
     leave = bmo nag -R
31
     leave = bmo nag -R
32
 
32
 
33
 [be.def.spot.role:zleeping]
33
 [be.def.spot.role:zleeping]
34
     shape = bounce
34
     shape = bounce
35
     enter = bmo be .undocked
35
     enter = bmo be .undocked
36
     enter = ssh-add -D 2>&1 && notify-send "all identities removed"
36
     enter = ssh-add -D 2>&1 && notify-send "all identities removed"
37
-    enter = bmo_beh__if -P weechat weechat-fifo -s \*/disconnect -all offline
37
+    enter = weechat-fifo -s \*/disconnect -all offline
38
     spike = bmo kb home && slock systemctl suspend -i
38
     spike = bmo kb home && slock systemctl suspend -i
39
-    leave = bmo_beh__if -P weechat weechat-fifo -s \*/connect -all
39
+    leave = weechat-fifo -s \*/connect -all
40
 
40
 
41
 [be.def.spot.role:presenting]
41
 [be.def.spot.role:presenting]
42
     important = true
42
     important = true