diff options
author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-09-02 15:39:58 -0400 |
---|---|---|
committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-09-02 15:39:58 -0400 |
commit | 99470bda884aa47b7660576396bb912bf3ecf7aa (patch) | |
tree | 6283f64d7156fbfd8bfb18ec2a33861f41516aac /.config/picom/picom.conf | |
parent | 60f7bde7e10af2727e86faa3e027c1de43617161 (diff) |
Diffstat (limited to '.config/picom/picom.conf')
-rw-r--r-- | .config/picom/picom.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf new file mode 100644 index 0000000..7dc3ca5 --- /dev/null +++ b/.config/picom/picom.conf @@ -0,0 +1,3 @@ +active-opacity = 1.0; +inactive-opacity = 0.65; +inactive-dim = 0.2; |