From 65e8edc3634c4b068028e7e82cb6d3a80172fa2b Mon Sep 17 00:00:00 2001 From: He4eT Date: Sat, 10 Feb 2024 00:23:23 +0100 Subject: [PATCH] i3: glx backend for picom --- i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/i3/config b/i3/config index cf526c8..45c9b4f 100644 --- a/i3/config +++ b/i3/config @@ -11,6 +11,7 @@ exec --no-startup-id setxkbmap -option 'grp:caps_toggle' exec --no-startup-id picom \ -cb -o 1 \ --vsync \ + --backend glx \ --shadow-exclude='x <= 0 && x2 >= 1920 && y <= 30 && y2 >= 1020' \ --shadow-exclude='class_g ?= "i3-frame"' \ --shadow-exclude='class_g = "firefox" && argb' \