dotfiles/config/openbox/autostart

16 lines
337 B
Plaintext
Raw Normal View History

2020-06-28 05:19:59 +03:00
# Set screen orientations
2020-06-30 02:49:14 +03:00
$HOME/.config/openbox/screenlayout.sh
2020-06-28 05:19:59 +03:00
# Set background
2020-06-30 02:49:14 +03:00
$HOME/.config/openbox/setbg.sh
2020-06-28 05:19:59 +03:00
# Start compositor
2020-06-30 02:49:14 +03:00
picom --experimental-backends --config $HOME/.config/picom/picom.conf &
2020-06-28 05:19:59 +03:00
# Start panel
2020-06-30 02:49:14 +03:00
tint2 -c $HOME/.config/tint2/main &
tint2 -c $HOME/.config/tint2/secondary &
2020-06-28 05:19:59 +03:00
# Start systray applications
pnmixer &