1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Switch default browser to Chromium

This commit is contained in:
2016-09-01 14:15:31 +01:00
parent ce9f607051
commit 96a00e61d1
4 changed files with 7 additions and 7 deletions

View File

@ -63,7 +63,7 @@ sw-opti = false; # Limit compton to repaint at most once every 1 / refresh_ra
# Incompatible with certain VSync methods.
unredir-if-possible = false; # Unredirect all windows if a full-screen opaque window is
# detected, to maximize performance for full-screen windows.
focus-exclude = [ "i:ai:google-chrome" ]; # A list of conditions of windows that should always be considered focused.
focus-exclude = [ "i:ai:chromium" ]; # A list of conditions of windows that should always be considered focused.
detect-transient = true; # Use WM_TRANSIENT_FOR to group windows, and consider windows in
# the same group focused at the same time.
detect-client-leader = true; # Use WM_CLIENT_LEADER to group windows.