From 90d8130c70779f580efabf05909433af2bd57543 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Sun, 17 May 2020 19:25:45 +0200 Subject: [PATCH] Add gaps binding, set window border to 2 --- dotfiles/i3/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dotfiles/i3/config b/dotfiles/i3/config index 49b7e1d..a9f17dc 100644 --- a/dotfiles/i3/config +++ b/dotfiles/i3/config @@ -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