jonaburg / picom

A lightweight compositor for X11 (previously a compton fork)
Other
956 stars 99 forks source link

Fixed some default settings present in picom.sample.conf #9

Closed proro485 closed 3 years ago

proro485 commented 3 years ago

Important Changes

  1. "use-damage" value changed from true to false as it was causing issues written in the comment in line 413. Image for that is attached.
  2. Also when running picom from terminal and using "menu-opacity" it shows that it is deprecated. Therefore a comment was added in line 170 to tell the users about it, and to make them use "dropdown_menu" & "popup_menu" present on line 173 & 174 instead.

weird_black_boxes2

weird_black_boxes

Not so Important but life changing changes

  1. "corner-radius" on line 18 changed from 25.0 to 10.0, as 25.0 was too high and made things look ugly, also since it was too large some text on the corner of terminal became hidden.