VSIDO Community

VSIDO Support => Scripts and How To's => Topic started by: PackRat on February 05, 2015, 03:10:08 AM

Title: Compton tips, tricks, configs
Post by: PackRat on February 05, 2015, 03:10:08 AM
I rarely use compton - typically just for drop shadows, and until the other day had no idea it could dim the inactive windows:

(http://s28.postimg.org/wjyglq0hl/February_1423105255_1366x768.jpg) (http://postimg.org/image/wjyglq0hl/)

Direct link to image (http://s28.postimg.org/mmnfsnsvx/February_1423105255_1366x768.jpg)


the lines to adjust in the compton.conf:

inactive-dim = 0.2;
inactive-dim-fixed = true;


makes for a nice, non-blingy effect with no discernible hit to the resources.

hat tip to #! user orionthehunter who displayed this in his recent screenshot.
Title: Re: Compton tips, tricks, configs
Post by: DarkChipCoffee on March 03, 2015, 07:11:27 AM
nice touch their. Looks really good.
Title: Re: Compton tips, tricks, configs
Post by: jedi on January 23, 2016, 08:40:09 PM
Is this called 'necroposting'?
Man, I LOVE Compton!!!  Fluxbox is such a simple, low maintenance, beautiful desktop, that (IMO) your crazy if you don't use it.  Seriously!  ;D  Then you add in Compton, W O W!!!  So far this is my favorite .compton.conf that I've setup and used.  (well, I say 'setup' facetiously as it is copied and pasted together from others I've found online.)  This one though, it makes the float in Fluxbox really 'float'!  Some scrots below as well...


# Shadow
shadow = true; # Enabled client-side shadows on windows.
no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
no-dnd-shadow = true; # Don't draw shadows on DND windows.
clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental).
shadow-radius = 12; # The blur radius for shadows. (default 12)
shadow-offset-x = -30; # The left offset for shadows. (default -15)
shadow-offset-y = -30; # The top offset for shadows. (default -15)
shadow-exclude = [ "n:e:Notification", "g:e:Synapse", "g:e:Conky", "n:w:*Firefox*", "n:w:*Chromium*", "class_g ?= 'Xfce4-notifyd'", "class_g ?= 'Xfce4-power-manager'"];

# Fading
#fading = true; # Fade windows during opacity changes.
#fade-delta = 5; # The time between steps in a fade in milliseconds. (default 10).
#fade-in-step = 0.03; # Opacity change between steps while fading in. (default 0.028).
#fade-out-step = 0.03; # Opacity change between steps while fading out. (default 0.03).
# no-fading-openclose = true; # Fade windows in/out when opening/closing

#detect-rounded-corners = true;
### highlighted top window rest dimmed
inactive-dim = 0.2;
inactive-dim-fixed = true;

# Window type settings
wintypes:
{
  tooltip = { fade = true; shadow = true; };
};


This first scrot is just to show the "raised off the desktop" kind of look...
(http://en.zimagez.com/miniature/20160123d.jpg) (http://en.zimagez.com/zimage/20160123d.php)

This one also just shows the "floating" windows above the desktop...
(http://en.zimagez.com/miniature/20160123a.jpg) (http://en.zimagez.com/zimage/20160123a.php)

The arrow on the left is pointing at how even the 'tooltips' pop out at you...
(http://en.zimagez.com/miniature/20160123b.jpg) (http://en.zimagez.com/zimage/20160123b.php)

Another shot of how well the menu's float above their parent window...
(http://en.zimagez.com/miniature/20160123c.jpg) (http://en.zimagez.com/zimage/20160123c.php)