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

10 lines
205 B
Text
Raw Normal View History

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