diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2023-03-22 11:07:17 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2023-03-22 11:07:17 +0000 |
| commit | b21032c62be81424d3553b4acbaa1390d23247c6 (patch) | |
| tree | e05db569334551eac537b8147094ef4b04b43186 /.config | |
| parent | 7aeea926b3c35e7758433a9001c6643705b92d10 (diff) | |
Update picom flags
Diffstat (limited to '.config')
| -rw-r--r-- | .config/x/xinitrc | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.config/x/xinitrc b/.config/x/xinitrc index b4ae303..cf1e016 100644 --- a/.config/x/xinitrc +++ b/.config/x/xinitrc @@ -3,9 +3,15 @@ systemctl --user import-environment DISPLAY # Notification daemon dunst & -# + # Composite manager, for blur and other neat effects -picom --blur-method dual_kawase --blur-strength 2 --experimental-backends --backend glx & +picom \ + --blur-method dual_kawase --blur-strength 2 --backend glx --glx-no-stencil \ + --fading --fade-in-step 0.05 --fade-out-step 0.1 \ + --corner-radius 10 --detect-rounded-corners \ + --rounded-corners-exclude 'class_g = "dwm"' \ + --rounded-corners-exclude 'window_type = "dock"' \ + --vsync --daemon # Fonts xset +fp "${XDG_FONTS:-$HOME/.local/share/fonts}" |
