1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00
.dotfiles/configs/openbox/autostart
2024-12-31 20:27:32 -05:00

9 lines
205 B
Text

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