12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
|
# compton
|
||
|
al-compositor --start &
|
||
|
|
||
|
# required for xfce settings to work
|
||
|
xfsettingsd &
|
||
|
|
||
|
# fancy window switcher
|
||
|
skippy-xd --config ~/.config/skippy-xd/skippy-xd.rc --start-daemon &
|
||
|
|
||
|
# start the panel
|
||
|
al-polybar-session &
|