diff options
author | Amin Bandali <amin@aminb.org> | 2017-04-26 21:09:11 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2017-04-26 21:09:11 -0400 |
commit | 19213515a321fb8b062426467b6057e0c771d2cd (patch) | |
tree | f924be971463c756effe54cdbadcf167570fe3c4 /compton | |
parent | 63566c21b2e873091d0eed994bfbd501db4629f7 (diff) | |
download | configs-19213515a321fb8b062426467b6057e0c771d2cd.tar.gz configs-19213515a321fb8b062426467b6057e0c771d2cd.tar.xz configs-19213515a321fb8b062426467b6057e0c771d2cd.zip |
Update gtk and compton configs
Diffstat (limited to 'compton')
-rw-r--r-- | compton/.config/compton.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf index e03d170..bd34ff0 100644 --- a/compton/.config/compton.conf +++ b/compton/.config/compton.conf @@ -11,7 +11,7 @@ shadow-offset-y = -5; # The top offset for shadows. (default -15) # shadow-red = 0.0; # Red color value of shadow. (0.0 - 1.0, defaults to 0) # shadow-green = 0.0; # Green color value of shadow. (0.0 - 1.0, defaults to 0) # shadow-blue = 0.0; # Blue color value of shadow. (0.0 - 1.0, defaults to 0) -shadow-exclude = [ "n:e:Notification", "class_g = 'Chromium'", "class_g = 'Dmenu'" ]; # Exclude conditions for shadows. +shadow-exclude = [ "n:e:Notification", "class_g = 'Chromium'", "class_g = 'Dmenu'", "class_g = 'Firefox' && argb" ]; # Exclude conditions for shadows. # shadow-exclude = "n:e:Notification"; #shadow-exclude = [ "_GTK_FRAME_EXTENTS@:c" ] # Fix dual shadow on some gtk3 powered applications shadow-ignore-shaped = true; # Avoid drawing shadow on all shaped windows @@ -85,6 +85,10 @@ glx-swap-method = "undefined"; # See man page. wintypes: { tooltip = { fade = true; shadow = false; opacity = 0.75; focus = true; }; + menu = { shadow = false; }; + dropdown_menu = { shadow = false; }; + popup_menu = { shadow = false; }; + utility = { shadow = false; }; # fade: Fade the particular type of windows. # shadow: Give those windows shadow # opacity: Default opacity for the type of windows. |