aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-03-10 17:31:32 -0400
committerBardofSprites <[email protected]>2025-03-10 17:31:32 -0400
commitfc8d93e2bf8f481ba316ab4e4c1ec36b1c15f559 (patch)
tree5cac2214e9812bc03f835b6b15c24c1997497044
parentf4576a02cf90d72215b87870a96c5aa85779d931 (diff)
run xmonad by default
-rw-r--r--xorg/.xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/.xinitrc b/xorg/.xinitrc
index 18cb148..16b7b47 100644
--- a/xorg/.xinitrc
+++ b/xorg/.xinitrc
@@ -63,5 +63,5 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
fi
if [ -n "$failsafe" ]; then
- exec fvwm3
+ exec dbus-run-session xmonad
fi