1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-12 20:32:05 +00:00
.dotfiles/configs/openbox/autostart
2025-01-31 20:54:39 -05:00

10 lines
215 B
Text

hsetroot -cover ~/.dotfiles/assets/wallpapers/current
xcompmgr &
soteria &
# dumb yambar workaround https://codeberg.org/dnkl/yambar/issues/429
xterm -geometry 1x1+0+18 &
temp=$!
sleep 1
yambar &
sleep 1
kill $temp