Fix opening qutebrowser with search results in rofi
This commit is contained in:
@ -135,6 +135,11 @@ bindsym $mod+Ctrl+space floating toggle; resize set 700px 975px; $center
|
||||
# CENTER FLOATING
|
||||
bindsym $mod+c $center
|
||||
|
||||
# DISPLAYS
|
||||
bindsym $mod+F1 exec ~/.screenlayout/titan-one.sh
|
||||
bindsym $mod+F2 exec ~/.screenlayout/titan-two.sh
|
||||
bindsym $mod+F3 exec ~/.screenlayout/titan-three.sh
|
||||
|
||||
##### WORKSPACES ##################################
|
||||
|
||||
# WORKSPACES
|
||||
@ -254,8 +259,8 @@ exec feh --bg-scale ~/var/inbox/astrobin/`ls -Ar ~/var/inbox/astrobin | tail -n
|
||||
##### APP BINDS ###################################
|
||||
|
||||
bindsym $mod+n exec $browser
|
||||
bindsym $mod+Ctrl+n exec marcador rofi ~/.config/rofi/marcador.db
|
||||
bindsym $mod+Shift+n exec ~/.config/rofi/web-search.sh
|
||||
bindsym $mod+Shift+n exec ~/.config/rofi/searx-search.sh
|
||||
bindsym $mod+Ctrl+n exec ~/.config/rofi/web-search.sh
|
||||
bindsym $mod+Shift+b exec ~/.config/rofi/books-search.sh
|
||||
bindsym $mod+Shift+c exec ~/.config/rofi/github-repos.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user