diff --git a/config/profile b/config/profile index 9a1e0c6..326020c 100644 --- a/config/profile +++ b/config/profile @@ -1,7 +1,4 @@ -# Profile -# :PROPERTIES: -# :header-args: :tangle ../config/profile :comments org -# :END: +# Append to the $PATH # Ensure that ~~/.local/bin~ added to the =$PATH= variable. @@ -9,7 +6,7 @@ PATH=$PATH:~/.local/bin export PATH - +# Launch on TTY1 # When launching into a new session on ~TTY1~, if the display server is not running, run *StartX*[fn:3]. This will launch the window manager. diff --git a/config/xinitrc b/config/xinitrc index a17cf9d..441ce0c 100644 --- a/config/xinitrc +++ b/config/xinitrc @@ -1,9 +1,9 @@ -# Startup +# Window manager # :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. +# My workflow includes launching the window manager with *Xinit*[fn:3], without the use of a display manager. Everything is controlled within Emacs. exec dbus-launch --exit-with-session emacs -mm --debug-init