Browse Source

Resort header

main
parent
commit
70f4d29175
  1. 22
      modules/desktop.org

22
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]. 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 * Profile
:PROPERTIES: :PROPERTIES:
:header-args: :tangle ../config/profile :comments org :header-args: :tangle ../config/profile :comments org
@ -41,6 +30,17 @@ if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
fi fi
#+end_src #+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 * Browser
Write out the ~$BROWSER~ variable so other applications can pick up the custom browser. Write out the ~$BROWSER~ variable so other applications can pick up the custom browser.

Loading…
Cancel
Save