dotfiles/debian/home/.xinitrc

8 lines
139 B
Text
Raw Normal View History

2022-07-29 16:56:57 +02:00
#!/bin/sh
feh --bg-fill "$HOME/Pictures/Backgrounds/bg_ibm.jpg" &
xrandr --rate 144.00 &
picom &
dwmblocks &
xrdb -merge ~/.Xresources
dwm