blob: 7506a8f23d8b1994f8b172e2e794df7a350fbff4 (
plain) (
tree)
|
|
# This file is needed by gdm to configure the startup when using the dwm window manager
# Calls a script which sets a random background
~/.fehbg
# Terminal st config is in Xresources so this needs to be called
xrdb ~/.Xresources
# xsetroot -solid gray
# This gives us a nice status bar at the top
dwmstatus 2>&1 >/dev/null &
# Start dwm
exec dwm
|