mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-12 20:32:05 +00:00
10 lines
215 B
Text
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
|