From 495457649655384538a0e49e1c92dd62d5625ac6 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 6 May 2022 19:46:40 +0200 Subject: [PATCH] i3,picom: Deactivate gaps and rounded corners While installing i3 (not i3-gaps, as not easily available) on an Ubuntu system with my dotfiles, I had to deactivate the gaps. I think I prefer this look now, as it gives more screen real estate and looks cleaner in my opinion. Also deactivate rounded corners through picom as they only really make sense with gaps enabled. --- .config/i3/config | 4 ++-- .config/picom/picom.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index b6b5c64..3dab0ba 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -18,8 +18,8 @@ set $TERMINAL st # Gaps ######################################################################### -gaps inner 10 -gaps outer 7 +# gaps inner 10 +# gaps outer 7 # Execs ######################################################################## diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index e5f6171..44c9d72 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,7 +1,7 @@ experimental-backends = true; backend = "glx"; -corner-radius = 20; +# corner-radius = 20; blur: {