diff options
Diffstat (limited to '.config/picom/picom.conf')
| -rw-r--r-- | .config/picom/picom.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf new file mode 100644 index 0000000..5ba7794 --- /dev/null +++ b/.config/picom/picom.conf @@ -0,0 +1,5 @@ +opacity-rule = [ + "96:class_g = 'XTerm' && focused", + "70:class_g = 'XTerm' && !focused" +]; + |
