[ Prev ] [ Index ] [ Next ]

Additional sweetass software

Created mandag 19 december 2016


A list of candy to the eyes.


Compton

# A composite manager for transparency and shadows.
# Compton seems to be the best patched package.
$ pacman -S compton


# Start the application in xinitrc and use your dotfile configuration (Github)

compton -b --config ~/.compton.conf



Redshift

# Dim the screen (well the gamma actually) depending on time of day.
# Configuration files is read from ~/.config/redshift.conf (Github)
# Get locations (lon/lat) here : http://www.latlong.net/
$ yaourt -S redshift-minimal


# Enable the service (no sudo!)
$ systemctl --user enable redshift.service