Merge branch 'master' of gitlab.com:chriscochrun/dotfiles
This commit is contained in:
commit
21ea41028d
14 changed files with 228 additions and 70 deletions
12
picom.conf
12
picom.conf
|
@ -7,6 +7,7 @@ rounded-corners-exclude = [
|
|||
"class_g = 'kitty'",
|
||||
# "class_g = 'emacs'",
|
||||
"class_g = 'Thunderbird'",
|
||||
# "_NET_WM_STATE@[0]:32a *= '_NET_WM_STATE_FULLSCREEN'",
|
||||
];
|
||||
round-borders = 12;
|
||||
round-borders-exclude = [
|
||||
|
@ -26,10 +27,10 @@ shadow-radius = 28;
|
|||
shadow-opacity = .55;
|
||||
|
||||
# The left offset for shadows, in pixels. (defaults to -15)
|
||||
shadow-offset-x = 2;
|
||||
shadow-offset-x = -12;
|
||||
|
||||
# The top offset for shadows, in pixels. (defaults to -15)
|
||||
shadow-offset-y = 2;
|
||||
shadow-offset-y = -12;
|
||||
|
||||
# Avoid drawing shadows on dock/panel windows. This option is deprecated,
|
||||
# you should use the *wintypes* option in your config file instead.
|
||||
|
@ -169,7 +170,10 @@ opacity-rule = [
|
|||
# "100:class_g = 'kitty'",
|
||||
"100:class_g = 'Alacritty'",
|
||||
"100:class_g = 'qutebrowser'",
|
||||
"100:class_g = 'showfoto'",
|
||||
"100:class_g = 'scribus'",
|
||||
"100:class_g = 'kdenlive'",
|
||||
"100:class_g = 'resolve'",
|
||||
"100:class_g = 'OpenLP'",
|
||||
"80:class_g = 'Polybar'",
|
||||
"90:class_g = 'awesome'",
|
||||
|
@ -248,7 +252,7 @@ blur-background-exclude = [
|
|||
# prevents picom from blurring the background
|
||||
# when taking selection screenshot with `main`
|
||||
# https://github.com/naelstrof/maim/issues/130
|
||||
"class_g = 'awesome'",
|
||||
# "class_g = 'awesome'",
|
||||
"class_g = 'slop'",
|
||||
"_GTK_FRAME_EXTENTS@:c",
|
||||
"class_g = 'soffice'",
|
||||
|
@ -315,7 +319,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