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