diff options
Diffstat (limited to '.i3/config')
-rw-r--r-- | .i3/config | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ set $w5 5|work set $w6 6|fun set $w7 7|fun set $w8 8|work -set $w9 9|todo +set $w9 9|work set $w10 10|conf # This file has been auto-generated by i3-config-wizard(1). @@ -180,7 +180,7 @@ bindsym $mod+b exec uzbl-browser bindsym $mod+at exec chromium-browser # Configuration -bindsym F1 exec $HOME/.xinitrc +# bindsym F1 exec $HOME/.xinitrc # Font # font xft:Droid Sans Mono 10 @@ -202,4 +202,4 @@ bindsym XF86MonBrightnessDown exec xbacklight -dec 10 # font pango:DejaVu Sans Mono 10 -bindsym F2 exec --no-startup-id feh --bg-fill --randomize /usr/share/backgrounds +bindsym F1 exec --no-startup-id feh --bg-fill --randomize /usr/share/backgrounds |