dotfiles: leviathan: arch-openbox-20231010
This commit is contained in:
35
.config/openbox/autostart
Normal file
35
.config/openbox/autostart
Normal file
@ -0,0 +1,35 @@
|
||||
# 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 &
|
Reference in New Issue
Block a user