Browse Source

Renamed bmo-jinn to bmo-wish (while I can)

Basically

 1. I like the verb more ("bmo, wish ..."),

 2. it removes potential tab-friendliness conflict with another
    sub-command I'm fancying,

 3. last, but not least, the obvious alias won't have to be 'bj'.
Alois Mahdal 7 years ago
parent
commit
af0f4fdb17
2 changed files with 8 additions and 8 deletions
  1. 2
    2
      dotfiles/bmo/menu.ini
  2. 6
    6
      dotfiles/i3/config

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

7
 
7
 
8
     generator   = bmo conf -j -r . uris.ini
8
     generator   = bmo conf -j -r . uris.ini
9
     select_args = -l 20 --split =
9
     select_args = -l 20 --split =
10
-    consumer    = bmo jinn -f -
10
+    consumer    = bmo wish -f -
11
 
11
 
12
 [menu.www_hist]
12
 [menu.www_hist]
13
 
13
 
14
     generator   = tac .local/share/uzbl/history | uniq
14
     generator   = tac .local/share/uzbl/history | uniq
15
     select_args = -l 20 --split-field 3
15
     select_args = -l 20 --split-field 3
16
-    consumer    = bmo jinn -f -
16
+    consumer    = bmo wish -f -
17
 
17
 
18
 [menu.home]
18
 [menu.home]
19
 
19
 

+ 6
- 6
dotfiles/i3/config View File

208
 ## WWW magic mind readers                                               ##
208
 ## WWW magic mind readers                                               ##
209
 #------------------------------------------------------------------------#
209
 #------------------------------------------------------------------------#
210
 
210
 
211
-bindsym $mod+b              exec "$spn bmo jinn -c -1 -a"
212
-bindsym $mod+c              exec "$spn bmo jinn -c -1 -a -B"
213
-bindsym $mod+Shift+b        exec "$spn bmo jinn -c"
214
-bindsym $mod+Shift+c        exec "$spn bmo jinn -c -B"
211
+bindsym $mod+b              exec "$spn bmo wish -c -1 -a"
212
+bindsym $mod+c              exec "$spn bmo wish -c -1 -a -B"
213
+bindsym $mod+Shift+b        exec "$spn bmo wish -c"
214
+bindsym $mod+Shift+c        exec "$spn bmo wish -c -B"
215
 bindsym $mod+i              exec "$spn bmo menu uris"
215
 bindsym $mod+i              exec "$spn bmo menu uris"
216
 bindsym $mod+Shift+i        exec "$spn bmo menu www_hist"
216
 bindsym $mod+Shift+i        exec "$spn bmo menu www_hist"
217
-bindsym $mod+q              exec "$spn bmo jinn -c -q g"
218
-bindsym $mod+Shift+q        exec "$spn bmo jinn -c -Q"
217
+bindsym $mod+q              exec "$spn bmo wish -c -q g"
218
+bindsym $mod+Shift+q        exec "$spn bmo wish -c -Q"
219
 bindsym $mod+t              exec "acclive"
219
 bindsym $mod+t              exec "acclive"
220
 
220
 
221
 
221