adding a bunch of changes for awesomewm
This commit is contained in:
parent
f764e5d4f8
commit
3724fd7564
7 changed files with 81 additions and 17 deletions
22
picom.conf
22
picom.conf
|
@ -1,14 +1,14 @@
|
|||
# Animations
|
||||
transition-length = 200
|
||||
transition-pow-x = 1
|
||||
transition-pow-y = 1
|
||||
transition-pow-w = 1
|
||||
transition-pow-h = 1
|
||||
transition-length = 250
|
||||
transition-pow-x = 0.5
|
||||
transition-pow-y = 0.5
|
||||
transition-pow-w = 0.5
|
||||
transition-pow-h = 0.5
|
||||
size-transition = true
|
||||
spawn-center = true
|
||||
|
||||
# Corners
|
||||
corner-radius = 0.0;
|
||||
corner-radius = 18.0;
|
||||
rounded-corners-exclude = [
|
||||
#"window_type = 'normal'",
|
||||
"class_g = 'awesome'",
|
||||
|
@ -18,7 +18,7 @@ rounded-corners-exclude = [
|
|||
"class_g = 'Thunderbird'",
|
||||
# "_NET_WM_STATE@[0]:32a *= '_NET_WM_STATE_FULLSCREEN'",
|
||||
];
|
||||
round-borders = 0;
|
||||
round-borders = 18;
|
||||
round-borders-exclude = [
|
||||
#"class_g = 'TelegramDesktop'",
|
||||
];
|
||||
|
@ -30,7 +30,7 @@ round-borders-exclude = [
|
|||
shadow = true;
|
||||
|
||||
# The blur radius for shadows, in pixels. (defaults to 12)
|
||||
shadow-radius = 25;
|
||||
shadow-radius = 30;
|
||||
|
||||
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
|
||||
shadow-opacity = 1.0;
|
||||
|
@ -81,7 +81,7 @@ shadow-exclude = [
|
|||
"name = 'Display Window'",
|
||||
"name = 'Video'",
|
||||
"class_g = 'Conky'",
|
||||
"class_g = 'Rofi'",
|
||||
# "class_g = 'Rofi'",
|
||||
# "class_g = 'firefox'",
|
||||
# "class_g = 'Alacritty'",
|
||||
"class_g ?= 'Notify-osd'",
|
||||
|
@ -157,7 +157,7 @@ inactive-opacity-override = false;
|
|||
active-opacity = 0.90;
|
||||
|
||||
# Dim inactive windows. (0.0 - 1.0, defaults to 0.0)
|
||||
inactive-dim = 0.4
|
||||
inactive-dim = 0.2
|
||||
|
||||
# Specify a list of conditions of windows that should always be considered focused.
|
||||
# focus-exclude = []
|
||||
|
@ -342,7 +342,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 = false;
|
||||
unredir-if-possible = true;
|
||||
|
||||
# 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