25 lines
451 B
Plaintext
25 lines
451 B
Plaintext
# compton
|
|
al-compositor --start &
|
|
|
|
#$HOME/.config/setup &
|
|
# enable numlock, commented out for laptop users
|
|
# numlockx &
|
|
|
|
# restore wallpaper
|
|
nitrogen --restore &
|
|
|
|
# start panel
|
|
sleep 1; polybar --config=/home/liveuser/.config/polybar/config openbox-bar &
|
|
|
|
# Openbox autostart
|
|
ob-autostart -d &
|
|
|
|
# Required for xfce settings to work
|
|
xfsettingsd &
|
|
|
|
# Side panel shortcuts for file managers
|
|
xdg-user-dirs-gtk-update &
|
|
|
|
$HOME/.config/keypack &
|
|
# al-hello
|