diff options
Diffstat (limited to '')
-rw-r--r-- | .config/compton.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/compton.conf b/.config/compton.conf deleted file mode 100644 index 617ed93..0000000 --- a/.config/compton.conf +++ /dev/null @@ -1,10 +0,0 @@ -# basic configuration -backend = "glx"; -paint-on-overlay = true; -glx-no-stencil = true; -vsync = "opengl-swc"; -unredir-if-possible = false; - -# Inactive windows diming -inactive-dim = 0.06; -inactive-dim-fixed = true; |