summaryrefslogtreecommitdiff
path: root/.config/picom/picom.conf
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-01-27 12:45:54 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-01-27 12:45:54 +0530
commit05f9bc5afd5ac5f671f1dcd3d20774b0987545ec (patch)
treeaa1a9fbe816b5217f6827ae2a41481f762c6c7f4 /.config/picom/picom.conf
parentcc5a352e65e533cc84358a546c9ee6f1d5a47908 (diff)
refactor dotfiles, and use nix
Diffstat (limited to '.config/picom/picom.conf')
-rw-r--r--.config/picom/picom.conf31
1 files changed, 0 insertions, 31 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
deleted file mode 100644
index c8f7b71..0000000
--- a/.config/picom/picom.conf
+++ /dev/null
@@ -1,31 +0,0 @@
-backend = "glx";
-glx-no-stencil = true;
-glx-copy-from-front = false;
-
-# Opacity
-active-opacity = 1;
-inactive-opacity = 1;
-frame-opacity = 1;
-inactive-opacity-override = false;
-
-# Other
-mark-wmwin-focused = true;
-mark-ovredir-focused = true;
-detect-rounded-corners = true;
-detect-client-opacity = true;
-vsync = true;
-dbe = false;
-unredir-if-possible = false;
-focus-exclude = [ ];
-detect-transient = true;
-detect-client-leader = true;
-
-# Window type settings
-wintypes:
-{
- dock = {
- shadow = false;
- };
-};
-
-xrender-sync-fence = true;