17 lines
363 B
Text
17 lines
363 B
Text
# 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'" ];
|
|
|
|
# Disable compton when full screen application is active
|
|
unredir-if-possible = true;
|