diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-24 17:23:20 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-24 17:23:20 +0200 |
commit | 10b643203220e05873b08c425b044854238a4585 (patch) | |
tree | 9b29e33f8b933fb75e0ddbbbe6f46a3c17d2e798 | |
parent | fix (diff) | |
download | dotfiles-bsd-10b643203220e05873b08c425b044854238a4585.tar.gz dotfiles-bsd-10b643203220e05873b08c425b044854238a4585.tar.bz2 dotfiles-bsd-10b643203220e05873b08c425b044854238a4585.tar.xz dotfiles-bsd-10b643203220e05873b08c425b044854238a4585.tar.zst dotfiles-bsd-10b643203220e05873b08c425b044854238a4585.zip |
compton updaet
Diffstat (limited to '')
-rw-r--r-- | .config/compton.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/compton.conf b/.config/compton.conf index 499ab21..617ed93 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -6,5 +6,5 @@ vsync = "opengl-swc"; unredir-if-possible = false; # Inactive windows diming -inactive-dim = 0.04; +inactive-dim = 0.06; inactive-dim-fixed = true; |