Skip to content

Setting transparency #11

Answered by Avdushin
Fuhrerbaumanki asked this question in Q&A
Discussion options

You must be logged in to vote

Greetings @Fuhrerbaumanki! The picom.conf file is responsible for window transparency. In it you can adjust the rules of transparency, blur and other effects for windows...

For Example:

opacity-rule = [
  "80:class_g     = 'Bar'",             # lemonbar
  "100:class_g    = 'slop'",            # maim
  "100:class_g    = 'XTerm'",
  "100:class_g    = 'URxvt'",
  "100:class_g    = 'kitty'",
  "100:class_g    = 'Alacritty'",
  "80:class_g     = 'Polybar'",
  "100:class_g    = 'code-oss'",
  "100:class_g    = 'Meld'",
  "100:class_g     = 'TelegramDesktop'",
  "90:class_g     = 'Joplin'",
  "100:class_g    = 'firefox'",
  "100:class_g    = 'Thunderbird'",
  "100:class_g    = 'Google-chrome'",
  "

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Fuhrerbaumanki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants