summaryrefslogtreecommitdiff
path: root/init-exwm.org
diff options
context:
space:
mode:
authorfpi2022-03-29 12:14:10 +0200
committerfpi2022-05-01 17:20:31 +0200
commite1a3315de18141c95ada11e09a93a46b77e84cb9 (patch)
tree86c40e298e447d454a64002e3c14469e2f7f639b /init-exwm.org
parentUpdate org latex packages (diff)
Allow possibly multiple emacs-.el(.gpg) init files
The load order is set by the number in their file name. Also fix some symlinks and exwm trying to tangle to root locations when invoking tangle.sh
Diffstat (limited to 'init-exwm.org')
-rw-r--r--init-exwm.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/init-exwm.org b/init-exwm.org
index 0ce1f07..46bf793 100644
--- a/init-exwm.org
+++ b/init-exwm.org
@@ -3,7 +3,7 @@
* Starting EXWM
Either start exwm in =.xinitrc= or if using a display manager setup a desktop file similar to this:
-#+HEADER: :tangle /sudo::/usr/share/xsessions/exwm.desktop
+##+HEADER: :tangle /sudo::/usr/share/xsessions/exwm.desktop
#+begin_src conf
[Desktop Entry]
Name=EXWM
@@ -13,7 +13,7 @@ Exec=exwm-start
Type=Application
#+end_src
With the =exwm-start= script:
-#+HEADER: :tangle /sudo::/usr/local/bin/exwm-start
+##+HEADER: :tangle /sudo::/usr/local/bin/exwm-start
#+begin_src shell :tangle-mode (identity #o755)
#!/usr/bin/env sh