Explorar el Código

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 hace 10 años
padre
commit
170859f9a0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      dotfiles/i3/config

+ 1
- 1
dotfiles/i3/config Ver fichero

@@ -182,7 +182,7 @@ mode "caps" {
182 182
 ### MINE
183 183
 bindsym $mod+Return         exec "urxvt"
184 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 186
 bindsym $mod+Shift+b        exec "saturnin www -1 | uba"
187 187
 bindsym $mod+i              exec "saturnin conf -j -S www.ini | saturnin dmenu -l 20 --split = | uba"
188 188
 bindsym $mod+Shift+i        exec "cat .local/share/uzbl/history | saturnin dmenu -l 20 --split-field 3 | uba"