From 6333d9811d495c5df6f94f3b036a6b49fad55aa6 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 25 Apr 2023 11:49:52 +0100 Subject: we can now configure dwm using gdm --- xprofile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 xprofile (limited to 'xprofile') diff --git a/xprofile b/xprofile new file mode 100644 index 0000000..7506a8f --- /dev/null +++ b/xprofile @@ -0,0 +1,16 @@ +# 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 + -- cgit v1.2.3