Move compton config file to new location
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
f06bb1dff6
commit
c04e62b1b2
3 changed files with 3 additions and 3 deletions
26
system/.config/compton/compton.conf
Normal file
26
system/.config/compton/compton.conf
Normal file
|
@ -0,0 +1,26 @@
|
|||
# SCRIPT NAME:
|
||||
# .config/compton.conf
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin.kaderli@gmail.com>
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# This is my compton configuration.
|
||||
#
|
||||
# USAGE:
|
||||
# This file is automatically used by compton.
|
||||
|
||||
# Settings opacity rules
|
||||
opacity-rule = [ "85:class_g = 'Termite'" ];
|
||||
|
||||
# Performance improvements
|
||||
unredir-if-possible = true;
|
||||
backend = "glx";
|
||||
glx-no-stencil = true;
|
||||
glx-copy-from-front = false;
|
||||
glx-swap-method = "undefined";
|
||||
refresh-rate = 0;
|
||||
vsync = "none";
|
||||
sw-opti = true;
|
||||
xrender-sync = true;
|
||||
xrender-sync-fence = true;
|
Loading…
Add table
Add a link
Reference in a new issue