diff --git a/config/xinitrc b/config/xinitrc index 441ce0c..fd057e7 100644 --- a/config/xinitrc +++ b/config/xinitrc @@ -1,9 +1,9 @@ -# Window manager +# Initialization # :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. Everything is controlled within Emacs. +# My workflow includes launching the window manager with *Xinit*[fn:3], without the use of a display manager, controlling *everything* within Emacs. exec dbus-launch --exit-with-session emacs -mm --debug-init diff --git a/docs/daily/2021-03-13.org.gpg b/docs/daily/2021-03-13.org.gpg index e876fdf..c2cec4b 100644 Binary files a/docs/daily/2021-03-13.org.gpg and b/docs/daily/2021-03-13.org.gpg differ diff --git a/modules/desktop.org b/modules/desktop.org index d5a6d9b..ecec202 100644 --- a/modules/desktop.org +++ b/modules/desktop.org @@ -21,7 +21,7 @@ My workflow includes launching the window manager with *Xinit*[fn:3], without th exec dbus-launch --exit-with-session emacs -mm --debug-init #+end_src -** Create a symbolic link +** Create a symbolic link(s) *Xinit*[fn:3] reads its configuration from ~~/.xinitrc~. Override this location with a link to the custom configuration. @@ -30,6 +30,13 @@ exec dbus-launch --exit-with-session emacs -mm --debug-init "~/.xinitrc") #+end_src +*VNCServer*[fn:4] reads the configuration from ~~/.vnc/xstartup~. Override this location with a link to the custom configuration. + +#+begin_src emacs-lisp +(dotfiles/symlink "~/.emacs.d/config/xinitrc" + "~/.vnc/xstartup") +#+end_src + * Browser integration Write out the ~$BROWSER~ variable so other applications can pick up the custom browser. @@ -123,3 +130,4 @@ Connect our custom hooks and configure the input keys, a custom layer for key ca [fn:1] https://github.com/ch11ng/exwm [fn:2] https://en.wikipedia.org/wiki/X_Window_System [fn:3] https://en.wikipedia.org/wiki/Xinit +[fn:4] https://wiki.termux.com/wiki/Graphical_Environment