mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-30 22:53:37 +00:00
9 lines
205 B
Text
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
|