From 9deedd3b4cea98da5506fdb13f3d849221583835 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Mon, 13 Oct 2025 19:04:41 +0200 Subject: [PATCH] Revert "remove gaps and rounded corners. also make the difference between focused and unfocused bigger" This reverts commit ca7f8d0b2173c8c11f077ae6ddbec276ab83f810. --- i3/.config/i3/config | 2 ++ picom/.config/picom.conf | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 9508d86..ecaacdd 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -10,6 +10,8 @@ set $term alacritty # Window borders new_window pixel 0 +gaps inner 10 +gaps outer 5 exec --no-startup-id xset s off -dpms exec --no-startup-id picom --config ~/.config/picom.conf diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index a799980..ea98509 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -1,10 +1,11 @@ backend = "glx"; vsync = true; +corner-radius = 20.0; rounded-corners-exclude = [ ]; -inactive-opacity = 0.7; +inactive-opacity = 0.8; opacity-rule = [ "100:class_g = 'Rofi'", ];