Browse Source

Move Thunar to Home key

Keep it together with the quick-open $mod+Home
Alois Mahdal 9 years ago
parent
commit
899d2df95d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/i3/config

+ 1
- 1
dotfiles/i3/config View File

@@ -191,7 +191,6 @@ bindsym $mod+Shift+b        exec "saturnin uris -1 | saturnin xuris"
191 191
 bindsym $mod+Shift+c        exec "saturnin uris -1 | saturnin xuris -c"
192 192
 bindsym $mod+i              exec "saturnin menu uris"
193 193
 bindsym $mod+Shift+i        exec "saturnin menu www_hist"
194
-bindsym $mod+Shift+f        exec thunar
195 194
 bindsym $mod+Shift+o        exec "urxvt -e mocp"
196 195
 bindsym $mod+d              exec xbacklight -dec 50
197 196
 bindsym $mod+Shift+d        exec xbacklight -inc 25
@@ -200,6 +199,7 @@ bindsym $mod+Escape         exec "saturnin iam afk"
200 199
 bindsym $mod+Shift+Escape   exec "saturnin iam gone"
201 200
 
202 201
 bindsym $mod+Home           exec "saturnin menu home"
202
+bindsym $mod+Shift+Home     exec "thunar"
203 203
 
204 204
 bindsym $mod+m              exec "saturnin menu status"
205 205
 bindsym $mod+Shift+m        exec "i3-dmenu-desktop --dmenu='saturnin dmenu'"