16 lines
337 B
Plaintext
16 lines
337 B
Plaintext
# Set screen orientations
|
|
$HOME/.config/openbox/screenlayout.sh
|
|
|
|
# Set background
|
|
$HOME/.config/openbox/setbg.sh
|
|
|
|
# Start compositor
|
|
picom --experimental-backends --config $HOME/.config/picom/picom.conf &
|
|
|
|
# Start panel
|
|
tint2 -c $HOME/.config/tint2/main &
|
|
tint2 -c $HOME/.config/tint2/secondary &
|
|
|
|
# Start systray applications
|
|
pnmixer &
|