diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-03-23 11:57:20 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-03-23 11:57:20 +0000 |
commit | ab18a81e4d501368efdcafcc613762ce4e919810 (patch) | |
tree | 71db78bf3f8e440b0d919264073c066b2e741111 /i3/config | |
parent | e8ed85f0dc8dc05334be2f851f170e60545b4e2c (diff) |
[i3] Remove titlebar in splits
Diffstat (limited to 'i3/config')
-rw-r--r-- | i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -168,7 +168,7 @@ bindsym XF86MonBrightnessUp exec light -A 10 bindsym XF86MonBrightnessDown exec light -U 10 # Change wallpaper -bindsym F1 exec --no-startup-id feh --bg-fill --randomize /usr/share/backgrounds +bindsym F11 exec --no-startup-id feh --bg-fill --randomize /usr/share/backgrounds # Custom scripts bindsym XF86AudioPlay exec $HOME/bin/touchpad @@ -178,4 +178,4 @@ bindsym $mod+semicolon exec --no-startup-id $HOME/bin/run bindsym $mod+z exec --no-startup-id $HOME/bin/tmux_attach bindsym $mod+e exec --no-startup-id $HOME/bin/rename_workspace -for_window [class="^.*"] border pixel 1 +for_window [class="^.*"] border pixel 2 |