A lot of awesome changes and trying to use kmonad
This commit is contained in:
parent
7fdc04e4d4
commit
f51ff07986
18 changed files with 246 additions and 80 deletions
16
picom.conf
16
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 = [
|
||||
|
@ -20,16 +21,16 @@ round-borders-exclude = [
|
|||
shadow = true;
|
||||
|
||||
# The blur radius for shadows, in pixels. (defaults to 12)
|
||||
shadow-radius = 18;
|
||||
shadow-radius = 22;
|
||||
|
||||
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
|
||||
shadow-opacity = .75;
|
||||
|
||||
# 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.
|
||||
|
@ -72,7 +73,7 @@ shadow-exclude = [
|
|||
# "class_g = 'Alacritty'",
|
||||
"class_g ?= 'Notify-osd'",
|
||||
"class_g = 'Cairo-clock'",
|
||||
"class_g = 'awesome'",
|
||||
# "class_g = 'awesome'",
|
||||
# "class_g = 'qutebrowser'",
|
||||
"class_g = 'slop'",
|
||||
"_GTK_FRAME_EXTENTS@:c"
|
||||
|
@ -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'",
|
||||
"100:class_g = 'code-oss'",
|
||||
|
@ -249,7 +253,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'",
|
||||
|
@ -316,7 +320,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