aboutsummaryrefslogtreecommitdiffstats
path: root/xprofile
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-04-25 11:49:52 +0100
committerMatthew Lemon <y@yulqen.org>2023-04-25 11:49:52 +0100
commit6333d9811d495c5df6f94f3b036a6b49fad55aa6 (patch)
treeec9618e874b2e3078d9dba12281808afa6f261b9 /xprofile
parentbae93cb0b00bd7dc309c20996840e9e625fea2e0 (diff)
we can now configure dwm using gdm
Diffstat (limited to 'xprofile')
-rw-r--r--xprofile16
1 files changed, 16 insertions, 0 deletions
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
+