aboutsummaryrefslogtreecommitdiff
path: root/linux/i3/config/compton.conf
diff options
context:
space:
mode:
authorjakobst1n <jakob@jakobstendahl.no>2025-10-06 18:50:42 +0200
committerjakobst1n <jakob@jakobstendahl.no>2025-10-06 18:50:54 +0200
commit3afb0ef320159180bfce5c53ada5e67a34d0cb34 (patch)
tree8d72c94f0dd5da3b57f8368a88207511f4a99e88 /linux/i3/config/compton.conf
parentec14231679cf988ad955d73c9fb3493aae30f380 (diff)
downloaddotfiles-3afb0ef320159180bfce5c53ada5e67a34d0cb34.tar.gz
dotfiles-3afb0ef320159180bfce5c53ada5e67a34d0cb34.zip
Remove unused stuff
Diffstat (limited to 'linux/i3/config/compton.conf')
-rwxr-xr-xlinux/i3/config/compton.conf59
1 files changed, 0 insertions, 59 deletions
diff --git a/linux/i3/config/compton.conf b/linux/i3/config/compton.conf
deleted file mode 100755
index 1062499..0000000
--- a/linux/i3/config/compton.conf
+++ /dev/null
@@ -1,59 +0,0 @@
-## shadow
-#shadow = true;
-#no-dnd-shadow = true;
-#no-dock-shadow = true;
-#clear-shadow = true;
-#shadow-radius = 12;
-#shadow-offset-x = -12;
-#shadow-offset-y = -12;
-#shadow-opacity = 0.95;
-#shadow-red = 0.18;
-#shadow-green = 0.20;
-#shadow-blue = 0.25;
-#shadow-exclude = [ "class_g = 'Cairo-clock'" ,
-# "class_g = 'CoverGloobus'",
-# "class_g = 'Tilda'",
-# "class_g = 'Conky'",
-# "class_g ?= 'Notify-osd'",
-# "class_g = 'Firefox'",
-# "class_g = 'Firefox-esr'",
-# "class_g = 'Dmenu'",
-# "name = 'Notification'",
-# "_GTK_FRAME_EXTENTS@:c"
-#];
-
-## fading
-#fading = true;
-#fade-delta = 0.25;
-#fade-in-step = 0.02;
-#fade-out-step = 0.02;
-#fade-exclude = [
-#];
-
-## other
-#backend = "xrender";
-backend = "glx";
-vsync = "opengl-swc";
-glx-no-stencil = true;
-mark-wmwin-focused = true;
-mark-ovredir-focused = true;
-detect-rounded-corners = true;
-#detect-client-opacity = true;
-refresh-rate = 0;
-dbe = false;
-paint-on-overlay = true;
-#focus-exclude = [ "class_g = 'Cairo-clock'" ,
-# "class_g = 'CoverGloobus'",
-# "class_g = 'Tilda'",
-# "class_g = 'Firefox'",
-# "class_g = 'Firefox-esr'"
-#];
-#detect-transient = true;
-#detect-client-leader = true;
-#invert-color-include = [ ];
-#glx-copy-from-front = false;
-#glx-swap-method = "undefined";
-#wintypes:
-#{
-# tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
-#};