diff options
| author | Yigit Sever | 2021-10-18 20:57:40 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-10-18 20:57:40 +0300 |
| commit | c18510305e625c5ef9b8178a42ad239098972c76 (patch) | |
| tree | ecb55b6074d08ab83ab1219febda87ae78d7a071 | |
| parent | 4f4b52efa12f6841d276a09c564896a6a6bc88ad (diff) | |
| download | dotfiles-c18510305e625c5ef9b8178a42ad239098972c76.tar.gz dotfiles-c18510305e625c5ef9b8178a42ad239098972c76.tar.bz2 dotfiles-c18510305e625c5ef9b8178a42ad239098972c76.zip | |
picom, maus: no blur or anything
| -rw-r--r-- | .config/picom/picom.conf##h.maus | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.config/picom/picom.conf##h.maus b/.config/picom/picom.conf##h.maus index 93022a9..c47bd7f 100644 --- a/.config/picom/picom.conf##h.maus +++ b/.config/picom/picom.conf##h.maus | |||
| @@ -9,27 +9,6 @@ shadow-offset-x = 5; | |||
| 9 | shadow-offset-y = 5; | 9 | shadow-offset-y = 5; |
| 10 | shadow-opacity = 0.8; | 10 | shadow-opacity = 0.8; |
| 11 | 11 | ||
| 12 | corner-radius = 25.0; | ||
| 13 | rounded-corners-exclude = [ | ||
| 14 | #"window_type = 'normal'", | ||
| 15 | "class_g = 'URxvt'", | ||
| 16 | "class_g = 'XTerm'", | ||
| 17 | "class_g = 'Polybar'", | ||
| 18 | "class_g = 'code-oss'", | ||
| 19 | #"class_g = 'TelegramDesktop'", | ||
| 20 | "class_g = 'firefox'", | ||
| 21 | "class_g = 'Thunderbird'", | ||
| 22 | ]; | ||
| 23 | |||
| 24 | blur: | ||
| 25 | { | ||
| 26 | method = "kawase"; | ||
| 27 | strength = 7; | ||
| 28 | background = false; | ||
| 29 | background-frame = false; | ||
| 30 | background-fixed = false; | ||
| 31 | } | ||
| 32 | |||
| 33 | shadow-exclude = [ | 12 | shadow-exclude = [ |
| 34 | "name = 'Notification'", | 13 | "name = 'Notification'", |
| 35 | "class_g = 'Conky'", | 14 | "class_g = 'Conky'", |
