Add gaps binding, set window border to 2
This commit is contained in:
parent
661fb0c8b0
commit
90d8130c70
1 changed files with 4 additions and 1 deletions
|
@ -153,7 +153,7 @@ bar {
|
|||
workspace 1 output DVI-I-1
|
||||
workspace 2 output DVI-I-1
|
||||
workspace 3 output DVI-D-1
|
||||
for_window [class=".*"] border pixel 3
|
||||
for_window [class=".*"] border pixel 2
|
||||
assign [class=URxvt] 1
|
||||
assign [class=Firefox|Transmission-gtk] 2
|
||||
assign [class=Thunar|File-roller] 1
|
||||
|
@ -164,6 +164,9 @@ for_window [class=Viewnior|feh|Audacious|File-roller|Lxappearance|Lxtask|Pavucon
|
|||
for_window [class=URxvt|Firefox|Geany|Evince|Soffice|libreoffice*|mpv|Ghb|Xfburn|Gimp*|Inkscape|Vlc|Lxappearance|Audacity] focus
|
||||
for_window [class=Xfburn|GParted|System-config-printer.py|Lxtask|Pavucontrol|Exo-helper*|Lxrandr|Arandr] focus
|
||||
|
||||
bindsym $super+z gaps inner current plus 5
|
||||
bindsym $super+Shift+z gaps inner current minus 5
|
||||
|
||||
# colour of border, background, text, indicator, and child_border
|
||||
client.focused #bf616a #2f343f #d8dee8 #bf616a #9fe89a
|
||||
client.focused_inactive #2f343f #2f343f #d8dee8 #2f343f #2f343f
|
||||
|
|
Loading…
Add table
Reference in a new issue