[StumpWM] Move xinitrc files to their respective .org file
All checks were successful
continuous-integration/drone/push Build is passing

Move .xinitrc.emacs to emacs.org
Move .xinitrc.stumpwm to stumpwm.org
Move .xinitrc.awesome to Deprecated/awesome.org
This commit is contained in:
2021-12-17 17:00:52 +01:00
parent 0e86789285
commit 2dfabd7d56
5 changed files with 55 additions and 24 deletions

View File

@@ -26,6 +26,17 @@ This document was written in Emacs with Org-mode and is both the documentation
and source code of my configuration file which can be extracted to
~$HOME/.config/awesome/rc.lua~ through a call to ~org-babel-tangle~.
* Launching Awesome
:PROPERTIES:
:CUSTOM_ID: Launching-Awesome-lavgvvz00bj0
:END:
In order to launch Awesome with ~startx~, I need a ~xinit~-compatible
script. Here is my ~$HOME/.xinitrc.awesome~ file:
#+begin_src sh :tangle ~/.xinitrc.awesome
xhost +
exec awesome
#+end_src
* Loading libraries
:PROPERTIES:
:CUSTOM_ID: Loading_libraries-4df76999