blob: 7b18afda1d50faca0e9b933dccf0aac9834cb731 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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" &
# fuck the beep
xset b off
setxkbmap us &
# xsetroot -solid gray
# This gives us a nice status bar at the top
dwmstatus 2>&1 >/dev/null &
# Start dwm
exec dwm
|