1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-12 04:22:07 +00:00
.dotfiles/configs/openbox/autostart

10 lines
205 B
Text
Raw Normal View History

2024-12-17 19:32:03 -05:00
hsetroot -cover ~/.dotfiles/assets/wallpapers/current
2024-12-09 21:37:25 -05:00
xcompmgr &
2024-12-31 20:27:32 -05:00
# dumb yambar workaround https://codeberg.org/dnkl/yambar/issues/429
xterm -geometry 1x1+0+18 &
temp=$!
sleep 1
2024-12-31 03:41:03 -05:00
yambar &
2024-12-31 20:27:32 -05:00
sleep 1
kill $temp