25 lines
464 B
Bash
Executable File
25 lines
464 B
Bash
Executable File
#!/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 &
|
|
|