firefox tweaks
This commit is contained in:
parent
b296c3ea27
commit
93710f086f
|
|
@ -67,6 +67,7 @@ blur-background-exclude = [
|
||||||
"window_type = 'dock'",
|
"window_type = 'dock'",
|
||||||
"window_type = 'desktop'",
|
"window_type = 'desktop'",
|
||||||
"class_g = 'Chromium'",
|
"class_g = 'Chromium'",
|
||||||
|
"class_g = 'Firefox'",
|
||||||
];
|
];
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
#"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
|
#"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
|
||||||
|
|
@ -96,6 +97,7 @@ unredir-if-possible = true;
|
||||||
unredir-if-possible-exclude = [
|
unredir-if-possible-exclude = [
|
||||||
"name *= 'Chrome'",
|
"name *= 'Chrome'",
|
||||||
"name *= 'Chromium'",
|
"name *= 'Chromium'",
|
||||||
|
"name *= 'Firefox'",
|
||||||
"name *= 'mpv'"
|
"name *= 'mpv'"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,7 @@ ffmpegthumbnailer
|
||||||
file
|
file
|
||||||
filesystem
|
filesystem
|
||||||
findutils
|
findutils
|
||||||
|
firefox
|
||||||
flex
|
flex
|
||||||
fwupd
|
fwupd
|
||||||
gawk
|
gawk
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue