Blob Blame History Raw
#!/bin/bash

sleep 1 &&

## Compositor (lite and safe mode)
# compton -cC -r 6 -l -8 -t -8 -o 0.3 &
## Compositor
# compton --backend glx --glx-no-stencil -cC -r 6 -l -8 -t -8 -o 0.3 &
## Compositor (with blur)
# compton --backend glx --glx-no-stencil --blur-background --blur-kern 7x7box -cC -r 6 -l -8 -t -8 -o 0.3 &

nm-applet &
pasystray &
redshift-gtk &

# evolution &
# gwe &
# telegram-desktop &
# workrave &