diff options
Diffstat (limited to '.config/compton/compton.conf')
| -rw-r--r-- | .config/compton/compton.conf | 7 |
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" +]; |
