blob: 1526c74fdcd57d40391bed943ea5573d2ada6c49 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# This file is needed by gdm to configure the startup when using the dwm window manager
# this is generated by feh. Edit it to change the image used, or check the Arch wiki to configure randomisation from fehbg
#~/.fehbg
# Otherwise, to get randomisation, just do
feh --bg-max --randomize ~/Pictures/wallpapers/* &
# Terminal st config is in Xresources so this needs to be called
xrdb ~/.Xresources
sh -c "sleep 5; xmodmap ~/.xmodmap" &
setxkbmap us &
# xsetroot -solid gray
# This gives us a nice status bar at the top
dwmstatus 2>&1 >/dev/null &
# Start dwm
exec dwm
|