Browse Source

Update comments

main
parent
commit
c94ca36036
  1. 7
      config/profile
  2. 4
      config/xinitrc

7
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.

4
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
Loading…
Cancel
Save