Browse Source

Add menu to open pwatcher on active project

Alois Mahdal 7 years ago
parent
commit
cb8e648938
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      dotfiles/config/bmo/menu.ini

+ 5
- 0
dotfiles/config/bmo/menu.ini View File

48
     selector_args = --split ' ' --split-field 1
48
     selector_args = --split ' ' --split-field 1
49
     consumer = xargs -r task context
49
     consumer = xargs -r task context
50
 
50
 
51
+[menu.def.projects]
52
+    generator = projects_now
53
+    selector_args = -- -p 'pwatcher for:'
54
+    consumer = pwatcher -
55
+
51
 [menu.def.windows]
56
 [menu.def.windows]
52
     generator = i3-lswin
57
     generator = i3-lswin
53
     consumer = i3-focuswin
58
     consumer = i3-focuswin