idk some tweaks for awesome
This commit is contained in:
parent
fafda7d7ad
commit
35f62562e9
5 changed files with 19 additions and 9 deletions
|
@ -15,11 +15,13 @@ rounded-corners-exclude = [
|
|||
"class_g = 'XTerm'",
|
||||
"class_g = 'kitty'",
|
||||
"class_g = 'emacs'",
|
||||
"class_g = 'Eww'",
|
||||
"class_g = 'Thunderbird'",
|
||||
# "_NET_WM_STATE@[0]:32a *= '_NET_WM_STATE_FULLSCREEN'",
|
||||
];
|
||||
round-borders = 18;
|
||||
round-borders-exclude = [
|
||||
"class_g = 'Eww'",
|
||||
#"class_g = 'TelegramDesktop'",
|
||||
];
|
||||
|
||||
|
@ -81,6 +83,7 @@ shadow-exclude = [
|
|||
"name = 'Display Window'",
|
||||
"name = 'Video'",
|
||||
"class_g = 'Conky'",
|
||||
"class_g = 'Eww'",
|
||||
# "class_g = 'Rofi'",
|
||||
# "class_g = 'firefox'",
|
||||
# "class_g = 'Alacritty'",
|
||||
|
@ -123,7 +126,8 @@ fade-exclude = [
|
|||
"name = 'Projection Window'",
|
||||
"name = 'Display Window'",
|
||||
"name = 'Video'",
|
||||
"class_g = 'slop'" # maim
|
||||
"class_g = 'slop'", # maim
|
||||
"class_g = 'Eww'"
|
||||
]
|
||||
|
||||
# Do not fade on window open/close.
|
||||
|
@ -168,7 +172,8 @@ focus-exclude = [
|
|||
"name = 'Display Window'",
|
||||
"class_g = 'slop'", # maim
|
||||
"name = 'Video'",
|
||||
"class_g = 'mpv'"
|
||||
"class_g = 'mpv'",
|
||||
"class_g = 'Eww'"
|
||||
];
|
||||
|
||||
# Use fixed inactive dim value, instead of adjusting according to window opacity.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue