diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-08-31 13:18:15 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-08-31 13:18:15 +0100 |
commit | 17ed5fcbe6af32fdb86a7272f9e34de532b3db9c (patch) | |
tree | 9ef17cdd53fc930732459e03edcdb1bcfd133ad1 /.i3 | |
parent | e7f2cb91510795f1275abed4e5e878ee9c209fc3 (diff) |
Save various changes
Diffstat (limited to '.i3')
-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 |