main
ColumbusUtrigas 2022-06-11 16:17:48 +04:00
parent 7beb4a660f
commit 1e7972d69c
1 changed files with 6 additions and 2 deletions

View File

@ -49,6 +49,7 @@ shadow-exclude = [
"class_g ?= 'Notify-osd'", "class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'", "class_g = 'Cairo-clock'",
"class_g = 'firefox' && argb", "class_g = 'firefox' && argb",
"name *= 'Telegram'",
"_GTK_FRAME_EXTENTS@:c" "_GTK_FRAME_EXTENTS@:c"
]; ];
@ -134,7 +135,9 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
# example: # example:
# opacity-rule = [ "80:class_g = 'URxvt'" ]; # opacity-rule = [ "80:class_g = 'URxvt'" ];
# #
# opacity-rule = [] opacity-rule = [
"100:name = 'Firefox'"
]
################################# #################################
@ -198,6 +201,7 @@ blur-background-exclude = [
"window_type = 'dock'", "window_type = 'dock'",
"window_type = 'desktop'", "window_type = 'desktop'",
"class_g = 'firefox' && argb", "class_g = 'firefox' && argb",
"name *= 'Telegram'",
"_GTK_FRAME_EXTENTS@:c" "_GTK_FRAME_EXTENTS@:c"
]; ];
@ -404,7 +408,7 @@ log-level = "warn";
# Controls whether this type of windows should cause screen to become # Controls whether this type of windows should cause screen to become
# redirected again after been unredirected. If you have unredir-if-possible # redirected again after been unredirected. If you have unredir-if-possible
# set, and doesn't want certain window to cause unnecessary screen redirection, # set, and doesn't want certain window to cause unnecessary screen redirection,
# you can set this to `true`. # you can set this to `true` shadow = false;.
# #
wintypes: wintypes:
{ {