10 lines
185 B
Bash
Executable File
10 lines
185 B
Bash
Executable File
#!/bin/sh
|
|
xrdb -merge ~/.Xresources
|
|
xset r rate 200 40
|
|
feh --no-fehbg --bg-fill ~/.images/$(ls ~/.images | shuf -n 1)
|
|
redshift&
|
|
solaar --window=hide&
|
|
dwmblocks&
|
|
mpd;mpd-mpris&
|
|
exec dwm
|