From 2db87cb52ea6dac348d87844924c4a9e02618895 Mon Sep 17 00:00:00 2001 From: scbj Date: Fri, 6 Sep 2024 16:15:59 +0200 Subject: [PATCH] . --- i3/.config/i3/config | 2 +- picom/.config/picom.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index e4a8e44..3935590 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -181,7 +181,7 @@ focus_follows_mouse no ############################ # window border style -default_border pixel 3 +default_border pixel 0 # gaps between windows and screen border gaps inner 10 px diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index cead620..8ce05a3 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -1,3 +1,5 @@ +inactive-dim = 0.2 + xrender-sync = true; xrender-sync-fence = true; \ No newline at end of file