You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
464 B
24 lines
464 B
#!/usr/bin/bash |
|
|
|
sleep 1 && |
|
|
|
# - Compositor (lite and safe mode) - |
|
# compton -cC -r 20 -l -20 -t -20 -o 0.6 & |
|
|
|
# - Compositor - |
|
# compton --backend glx --glx-no-stencil -cC -r 20 -l -20 -t -20 -o 0.6 & |
|
|
|
# - Compositor (with blur) - |
|
# compton --backend glx --glx-no-stencil --blur-background --blur-kern 7x7box -cC -r 20 -l -20 -t -20 -o 0.6 & |
|
|
|
conky & |
|
nm-applet & |
|
redshift-gtk & |
|
volumeicon & |
|
|
|
# evolution & |
|
# gwe & |
|
# pasystray & |
|
# telegram-desktop & |
|
# workrave & |
|
|
|
|