diff options
Diffstat (limited to 'compton')
| -rw-r--r-- | compton/.config/compton.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf index 866095c..1ee06a6 100644 --- a/compton/.config/compton.conf +++ b/compton/.config/compton.conf @@ -67,7 +67,7 @@ paint-on-overlay = true; # unredir-if-possible = true; # unredir-if-possible-delay = 5000; # unredir-if-possible-exclude = [ ]; -focus-exclude = [ "class_g = 'Cairo-clock'" , "class_g = 'Firefox'", "_NET_WM_NAME@:s = 'rofi'"]; +focus-exclude = [ "class_g = 'Cairo-clock'" , "class_g = 'Firefox'", "class_g = 'Vivaldi-stable'", "_NET_WM_NAME@:s = 'rofi'"]; detect-transient = true; detect-client-leader = true; invert-color-include = [ ]; |
