Browse Source

Start replacing some bmo commands with pybmo rewrite

Alois Mahdal 10 months ago
parent
commit
57fd722553
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      dotfiles/config/bmo/menu.ini

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

@@ -1,8 +1,8 @@
1 1
 [menu._default_]
2
-    selector    = bmo dmenu
2
+    selector    = pybmo dmenu
3 3
 
4 4
 [menu.def.uris]
5
-    generator   = bmo conf -j -r . wish.ini
5
+    generator   = pybmo conf -j -c wish.ini
6 6
     selector_args = -l 20 --split =
7 7
     consumer    = bmo wish -f
8 8
 
@@ -17,7 +17,7 @@
17 17
     consumer    = bash -
18 18
 
19 19
 [menu.def.query]
20
-    generator   = bmo conf -j -r wish.query.
20
+    generator   = pybmo conf -j -s wish.query
21 21
     selector_args = -l 20 --split = --split-field 1
22 22
     consumer    = cat
23 23