dotfiles/.config/openbox/autostart

36 lines
576 B
Plaintext
Raw Normal View History

# restore the last wallpaper applied with nitrogen
nitrogen --restore &
# start the panel
tint2 &
# dock
(sleep 2s; plank) &
# thunar daemon mode
thunar --daemon &
# automount shit
udiskie -2 &
# load nvidia settings
nvidia-settings --load-config-only &
# load color profile
/usr/bin/dispwin -d1 /home/xstefen/asus_vg248qe_nvidia.icm &
# volume tray
(sleep 2s; volumeicon) &
# super key menu
ksuperkey -e 'Super_L=Alt_L|F1' &
# fuck beeps
xset -b &
# set display timeout, sleep, and poweroff
xset dpms 600 900 1200 &
# set keyboard repeat rate
xset r rate 350 60 &