aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-03-23 10:01:58 +0100
committerlonkaars <loek@pipeframe.xyz>2023-03-23 10:01:58 +0100
commit6baf22ded459855b510e4674ffa2a1d906201bf7 (patch)
tree3cdd2c2c85f9b58a2c8991945894c532079fc9aa /.config
parentb77d3c98a4000c5ccc4a2b3579195e3fb43f333a (diff)
remove rendered template picom.conf
Diffstat (limited to '.config')
-rw-r--r--.config/picom.conf50
1 files changed, 0 insertions, 50 deletions
diff --git a/.config/picom.conf b/.config/picom.conf
deleted file mode 100644
index dd60f85..0000000
--- a/.config/picom.conf
+++ /dev/null
@@ -1,50 +0,0 @@
-backend = "glx";
-shadow = true;
-shadow-radius = 48;
-shadow-opacity = 0.3;
-shadow-offset-y = -48;
-shadow-offset-x = -48;
-corner-radius = 8;
-
-shadow-exclude = [
- "!I3_FLOATING_WINDOW@:c && class_g != 'st' && _NET_WM_WINDOW_TYPE@:32a *= '_NET_WM_WINDOW_TYPE_NORMAL'",
- "!I3_FLOATING_WINDOW@:c && WM_CLASS@:s = 'st'"
-]
-
-rounded-corners-exclude = [
- "!I3_FLOATING_WINDOW@:c && WM_CLASS@:s != 'rofi' && WM_CLASS@:s != 'dunst'"
-]
-
-wintypes: {
- dock = {
- shadow = false;
- opacity = 0.999;
- };
-
- desktop = {
- shadow = false;
- };
-
- tooltip = {
- fade = true;
- shadow = false;
- opacity = 1;
- };
-
- menu = {
- fade = false;
- };
-
- utility = {
- shadow = false;
- };
-};
-
-animations = true;
-animation-stiffness = 200.0;
-animation-stiffness-in-tag = 200.0;
-animation-window-mass = 0.5;
-animation-dampening = 15.0;
-animation-for-open-window = "none";
-animation-clamping = true;
-