From 5b03223136d65ac4ec92b59b19e6936c60245e25 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 6 May 2021 17:16:26 -0400 Subject: [PATCH] Tangle config --- config/xinitrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/xinitrc b/config/xinitrc index 8e7e840..8d7f6fc 100644 --- a/config/xinitrc +++ b/config/xinitrc @@ -3,9 +3,13 @@ # :header-args: :tangle ../config/xinitrc :comments org # :END: -# My workflow includes launching the window manager with *Xinit*[fn:3], without the use of a display manager, controlling *everything* within Emacs. +# My workflow includes launching the window manager with *Xinit*[fn:3], without the use of a display manager, controlling *everything* within Emacs. In addition, compton is used as a display compositor, and slock for a screen lock. compton & xss-lock -- slock & -exec dbus-launch --exit-with-session emacs -mm --debug-init + +# FIXME! https://github.com/ch11ng/exwm/issues/210#issuecomment-350044271 +# exec dbus-launch --exit-with-session emacs -mm --debug-init + +exec dbus-launch emacs -mm --debug-init