From f3c2b9e0c157c43bb7d2288c00a4ac93413d91dc Mon Sep 17 00:00:00 2001 From: He4eT Date: Sun, 26 Mar 2023 21:17:51 +0300 Subject: [PATCH] i3: replace compton with picom --- i3/config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/i3/config b/i3/config index a85c8c0..cb9a819 100644 --- a/i3/config +++ b/i3/config @@ -8,10 +8,9 @@ exec --no-startup-id polybar top exec --no-startup-id setxkbmap -option 'grp:caps_toggle' # compton: Xubuntu 20.04 ThinkPad E14 -exec --no-startup-id compton \ +exec --no-startup-id picom \ -cb -o 1 \ - --vsync --backend xr_glx_hybrid \ - --vsync-use-glfinish \ + --vsync \ --shadow-exclude='x <= 0 && x2 >= 1920 && y <= 30 && y2 >= 1020' \ --shadow-exclude='class_g ?= "i3-frame"' \ --shadow-exclude='class_g = "firefox" && argb' \