From 67611a0d598bb4d141dbfe7a120b8c2e9f641ac3 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 24 Jan 2023 21:52:00 -0500 Subject: [PATCH] Ensure dbus starts and exits with X --- dot_xinitrc.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dot_xinitrc.tmpl b/dot_xinitrc.tmpl index 2f01ae8..a2c286d 100644 --- a/dot_xinitrc.tmpl +++ b/dot_xinitrc.tmpl @@ -39,8 +39,9 @@ xinput set-prop 13 303 1 {{- else if eq .chezmoi.hostname "triangulum" }} xinput set-prop 10 306 1 {{- else if eq .chezmoi.hostname "hydrus" }} -xset m 10/10 100 r rate 500 30 b on +xset m 10/10 100 r rate 500 30 b on & numlockx on & {{- end }} xsetroot -cursor_name left_ptr -exec bspwm +exec dbus-launch --sh-syntax --exit-with-x11 bspwm +