summaryrefslogtreecommitdiff
path: root/.config/compton
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-12-07 12:48:11 +0100
committeryuzu-eva <stevenhu@web.de>2022-12-07 12:48:11 +0100
commitcae62a4c0bc3e09c5d74124d160d0f02bf8cf4fb (patch)
tree37e61b1cf05c40943d7766e0eb725a9a9eae48f6 /.config/compton
parent96c8d201349fe8b41ca6bfc38317a42169e07cb7 (diff)
added files
Diffstat (limited to '.config/compton')
-rw-r--r--.config/compton/compton.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf
new file mode 100644
index 0000000..77b6cb3
--- /dev/null
+++ b/.config/compton/compton.conf
@@ -0,0 +1,7 @@
+# Opacity
+opacity-rule = [
+ "80:class_g = 'kitty' && focused",
+ "80:class_g = 'kitty' && !focused",
+ "80:class_g = 'st-256color' && focused",
+ "80:class_g = 'st-256color' && !focused"
+];