e104c3c
#!/bin/bash
e104c3c
e104c3c
sleep 1 &&
e104c3c
e104c3c
## Compositor (lite and safe mode)
e104c3c
# compton -cC -r 6 -l -8 -t -8 -o 0.3 &
e104c3c
## Compositor
e104c3c
# compton --backend glx --glx-no-stencil -cC -r 6 -l -8 -t -8 -o 0.3 &
e104c3c
## Compositor (with blur)
e104c3c
# compton --backend glx --glx-no-stencil --blur-background --blur-kern 7x7box -cC -r 6 -l -8 -t -8 -o 0.3 &
e104c3c
e104c3c
nm-applet &
e104c3c
pasystray &
e104c3c
redshift-gtk &
e104c3c
e104c3c
# evolution &
e104c3c
# gwe &
e104c3c
# telegram-desktop &
e104c3c
# workrave &