Browse Source

Make +B play well with new saturnin-www

Now all the 'ub' wrapper needs to do is launch browser with URL that
is obtained by passing all parameters to saturnin-www:

    #!/bin/bash
    exec uzbl-browser "$(saturnin www "$@")"
Alois Mahdal 10 years ago
parent
commit
fa66552bdd
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      dotfiles/i3/config

+ 2
- 2
dotfiles/i3/config View File

@@ -152,8 +152,8 @@ bar {
152 152
 ### MINE
153 153
 bindsym $mod+Return         exec "urxvt"
154 154
 bindsym $mod+Shift+Return   exec "xfce4-terminal"
155
-bindsym $mod+b              exec "ub"
156
-bindsym $mod+Shift+b        exec "saturnin conf -j -S www.conf | saturnin dmenu -l 20 --split = | xargs -r ub"
155
+bindsym $mod+b              exec "ub -1"
156
+bindsym $mod+Shift+b        exec "saturnin conf -j -S www.conf | saturnin dmenu -l 20 --split = | xargs -r ub -a"
157 157
 bindsym $mod+Shift+f        exec thunar
158 158
 bindsym $mod+Shift+o        exec "urxvt -e mocp"
159 159