From 70f4d29175a4c874f58676adae7a6d5fbc916190 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Fri, 5 Mar 2021 23:39:33 -0500 Subject: [PATCH] Resort header --- modules/desktop.org | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/desktop.org b/modules/desktop.org index fd9a753..8a171f9 100644 --- a/modules/desktop.org +++ b/modules/desktop.org @@ -10,17 +10,6 @@ I use Emacs as a Desktop Environment with the *EXWM*[fn:1] package. It allows Emacs to function as a complete tiling window manager for *X11*[fn:2]. -* Startup -:PROPERTIES: -: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. - -#+begin_src conf -exec dbus-launch --exit-with-session emacs -mm --debug-init -#+end_src - * Profile :PROPERTIES: :header-args: :tangle ../config/profile :comments org @@ -41,6 +30,17 @@ if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then fi #+end_src +* Startup +:PROPERTIES: +: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. + +#+begin_src conf +exec dbus-launch --exit-with-session emacs -mm --debug-init +#+end_src + * Browser Write out the ~$BROWSER~ variable so other applications can pick up the custom browser.