11 lines
244 B
Bash
Executable File
11 lines
244 B
Bash
Executable File
#!/bin/sh
|
|
xrdb -merge ~/.Xresources
|
|
xrandr --output DP-0 --mode 3440x1440 --rate 144 --primary
|
|
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
|