Browse Source

Use new uba feature to choose browser if Ctrl is used

Alois Mahdal 9 years ago
parent
commit
4b8cb4bdda
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      dotfiles/i3/config

+ 2
- 0
dotfiles/i3/config View File

@@ -187,7 +187,9 @@ mode "caps" {
187 187
 bindsym $mod+Return         exec "urxvt"
188 188
 bindsym $mod+Shift+Return   exec "xfce4-terminal"
189 189
 bindsym $mod+b              exec "saturnin www -1 | head -1 | uba -a"
190
+bindsym $mod+Ctrl+b         exec "saturnin www -1 | head -1 | uba -a -c"
190 191
 bindsym $mod+Shift+b        exec "saturnin www -1 | uba"
192
+bindsym $mod+Ctrl+Shift+b   exec "saturnin www -1 | uba -c"
191 193
 bindsym $mod+i              exec "saturnin menu www"
192 194
 bindsym $mod+Shift+i        exec "saturnin menu www_hist"
193 195
 bindsym $mod+c              exec "saturnin clip save"