From 9d33a1c08e6175f2a5d857e7e33680ba51951a7e Mon Sep 17 00:00:00 2001 From: Cat Flynn Date: Sat, 3 Dec 2022 16:13:23 +0000 Subject: [PATCH] remove redundant compositor options --- .config/picom/picom.conf | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index a051e67..838068a 100755 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -2,13 +2,9 @@ shadow = false; # Opacity -#menu-opacity = 1.0; inactive-opacity = 1.0; -# active-opacity = 0.8; frame-opacity = 1.0; inactive-opacity-override = false; -# inactive-dim = 0.2; -# inactive-dim-fixed = true; opacity-rule = [ "100:class_g = 'kitty' && focused", "83:class_g = 'kitty' && !focused", @@ -25,11 +21,8 @@ blur: # Fading fading = true; -# fade-delta = 30; fade-in-step = 0.07; fade-out-step = 0.07; -# no-fading-openclose = true; -# no-fading-destroyed-argb = true; fade-exclude = [ "class_g = 'polybar'", ]; @@ -38,31 +31,16 @@ fade-exclude = [ backend = "glx"; mark-wmwin-focused = true; mark-ovredir-focused = true; -# use-ewmh-active-win = true; detect-rounded-corners = true; detect-client-opacity = true; -refresh-rate = 0; vsync = true; dbe = false; -# sw-opti = true; -# unredir-if-possible = true; -# unredir-if-possible-delay = 5000; -# unredir-if-possible-exclude = [ ]; focus-exclude = [ "class_g = 'Cairo-clock'" ]; detect-transient = true; detect-client-leader = true; invert-color-include = [ ]; -# resize-damage = 1; -# GLX backend -# glx-no-stencil = true; glx-copy-from-front = false; -# glx-use-copysubbuffermesa = true; -# glx-no-rebind-pixmap = true; -#glx-swap-method = "undefined"; -# glx-use-gpushader4 = true; -# xrender-sync = true; -# xrender-sync-fence = true; # Window type settings wintypes: