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.
25 lines
464 B
25 lines
464 B
5 years ago
|
#!/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 &
|
||
|
|