alot of random crap
This commit is contained in:
parent
4f4bf30170
commit
e75be2bdfa
9 changed files with 34 additions and 38 deletions
17
picom.conf
17
picom.conf
|
@ -21,16 +21,16 @@ round-borders-exclude = [
|
|||
shadow = true;
|
||||
|
||||
# The blur radius for shadows, in pixels. (defaults to 12)
|
||||
shadow-radius = 48;
|
||||
shadow-radius = 38;
|
||||
|
||||
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
|
||||
shadow-opacity = .99;
|
||||
|
||||
# The left offset for shadows, in pixels. (defaults to -15)
|
||||
shadow-offset-x = -30;
|
||||
shadow-offset-x = -20;
|
||||
|
||||
# The top offset for shadows, in pixels. (defaults to -15)
|
||||
shadow-offset-y = -30;
|
||||
shadow-offset-y = -20;
|
||||
|
||||
# Avoid drawing shadows on dock/panel windows. This option is deprecated,
|
||||
# you should use the *wintypes* option in your config file instead.
|
||||
|
@ -164,10 +164,10 @@ focus-exclude = [
|
|||
# opacity-rule = []
|
||||
opacity-rule = [
|
||||
"80:class_g = 'Bar'", # lemonbar
|
||||
"80:class_g = 'Polybar'",
|
||||
"90:class_g = 'awesome'",
|
||||
"100:class_g = 'slop'", # maim
|
||||
"100:class_g = 'XTerm'",
|
||||
# "100:class_g = 'URxvt'",
|
||||
# "100:class_g = 'kitty'",
|
||||
"100:class_g = 'Alacritty'",
|
||||
"100:class_g = 'qutebrowser'",
|
||||
"100:class_g = 'showfoto'",
|
||||
|
@ -175,10 +175,6 @@ opacity-rule = [
|
|||
"100:class_g = 'kdenlive'",
|
||||
"100:class_g = 'resolve'",
|
||||
"100:class_g = 'OpenLP'",
|
||||
"80:class_g = 'Polybar'",
|
||||
"90:class_g = 'awesome'",
|
||||
"100:class_g = 'code-oss'",
|
||||
"100:class_g = 'Meld'",
|
||||
"100:class_g = 'firefox'",
|
||||
"100:class_g = 'Gimp-2.10'",
|
||||
"100:class_g = 'dolphin'",
|
||||
|
@ -190,7 +186,6 @@ opacity-rule = [
|
|||
"0:_NET_WM_STATE@[2]:32a *= '_NET_WM_STATE_HIDDEN'",
|
||||
"0:_NET_WM_STATE@[3]:32a *= '_NET_WM_STATE_HIDDEN'",
|
||||
"0:_NET_WM_STATE@[4]:32a *= '_NET_WM_STATE_HIDDEN'",
|
||||
"100:class_g = 'Thunderbird'"
|
||||
];
|
||||
|
||||
|
||||
|
@ -319,7 +314,7 @@ use-ewmh-active-win = true;
|
|||
# Unredirect all windows if a full-screen opaque window is detected,
|
||||
# to maximize performance for full-screen windows. Known to cause flickering
|
||||
# when redirecting/unredirecting windows. paint-on-overlay may make the flickering less obvious.
|
||||
unredir-if-possible = true;
|
||||
unredir-if-possible = false;
|
||||
|
||||
# Delay before unredirecting the window, in milliseconds. Defaults to 0.
|
||||
# unredir-if-possible-delay = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue