Removed corner radius for picom

Joe Bellus 11 months ago
parent c9c87e39b5
commit b71684c4a9

@ -4,7 +4,8 @@
* Corners
#+begin_src conf
# requires: https://github.com/sdhand/compton
corner-radius = 12;
# rounded = 12
corner-radius = 0;
rounded-corners-exclude = [
#"window_type = 'normal'",
"class_g = 'Rofi'",
@ -17,7 +18,8 @@ rounded-corners-exclude = [
"class_g = 'firefox'",
"class_g = 'Thunderbird'"
];
round-borders = 1;
# rounded = 1
round-borders = 0;
round-borders-exclude = [
#"class_g = 'TelegramDesktop'",
];

Loading…
Cancel
Save