Browse Source

Re-orded according to use frequency/urgency

AFK and GONE have dedicated key bindings, so they don't need to be
first.  BACK is never meant to be called manually anyway.

UNDOCKING and ZLEEPING may often be needed in hurry, though, DOCKING
normally comes soon after them.
Alois Mahdal 8 years ago
parent
commit
d15087a8c6
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      dotfiles/bmo/menu.ini

+ 3
- 3
dotfiles/bmo/menu.ini View File

@@ -23,12 +23,12 @@
23 23
 
24 24
 [menu.status]
25 25
 
26
+    item        = iam:UNDOCKING   = bmo iam undocking
27
+    item        = iam:DOCKING     = bmo iam docking
28
+    item        = iam:ZLEEPING    = xfce4-terminal -T 'iam:ZLEEPING' -e 'bmo iam zleeping'
26 29
     item        = iam:AFK         = bmo iam afk
27 30
     item        = iam:GONE        = bmo iam gone
28 31
     item        = iam:BACK        = bmo iam back
29
-    item        = iam:DOCKING     = bmo iam docking
30
-    item        = iam:UNDOCKING   = bmo iam undocking
31
-    item        = iam:ZLEEPING    = xfce4-terminal -T 'iam:ZLEEPING' -e 'bmo iam zleeping'
32 32
     select_args = --split =
33 33
     consumer    = bash -
34 34