Browse Source

Make sure uzbl is run even on empty URI list

Added feature to *uba* to launch browser even if list of URIs on stdin
ends up empty (that is, zero size or only empty lines).
Alois Mahdal 10 years ago
parent
commit
170859f9a0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/i3/config

+ 1
- 1
dotfiles/i3/config View File

182
 ### MINE
182
 ### MINE
183
 bindsym $mod+Return         exec "urxvt"
183
 bindsym $mod+Return         exec "urxvt"
184
 bindsym $mod+Shift+Return   exec "xfce4-terminal"
184
 bindsym $mod+Shift+Return   exec "xfce4-terminal"
185
-bindsym $mod+b              exec "saturnin www -1 | head -1 | uba"
185
+bindsym $mod+b              exec "saturnin www -1 | head -1 | uba -r"
186
 bindsym $mod+Shift+b        exec "saturnin www -1 | uba"
186
 bindsym $mod+Shift+b        exec "saturnin www -1 | uba"
187
 bindsym $mod+i              exec "saturnin conf -j -S www.ini | saturnin dmenu -l 20 --split = | uba"
187
 bindsym $mod+i              exec "saturnin conf -j -S www.ini | saturnin dmenu -l 20 --split = | uba"
188
 bindsym $mod+Shift+i        exec "cat .local/share/uzbl/history | saturnin dmenu -l 20 --split-field 3 | uba"
188
 bindsym $mod+Shift+i        exec "cat .local/share/uzbl/history | saturnin dmenu -l 20 --split-field 3 | uba"