Add files via upload
This commit is contained in:
parent
49cc0227e9
commit
078dcc617d
1 changed files with 7 additions and 0 deletions
7
void/home/.xinitrc
Normal file
7
void/home/.xinitrc
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/sh
|
||||||
|
feh --bg-fill "$HOME/Pictures/Backgrounds/bg_ibm.jpg" &
|
||||||
|
xrandr --rate 144.00 &
|
||||||
|
picom &
|
||||||
|
dwmblocks &
|
||||||
|
xrdb -merge ~/.Xresources
|
||||||
|
dwm
|
Loading…
Reference in a new issue