This commit is contained in:
Curt Spark 2025-01-02 14:26:57 +00:00
parent 48865d4933
commit 70fa778b32
2 changed files with 1716 additions and 2 deletions

View File

@ -1 +0,0 @@
config.org

1715
README.org Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1519,7 +1519,7 @@ Install the package, enable it and ensure that it always is installed, and then
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(with-eval-after-load 'exwm (with-eval-after-load 'exwm
;; Autostart applications ;; Autostart applications
(start-process-shell-command "udiskie" nil "udiskie") (start-process-shell-command "udiskie" nil "udiskie -t")
(start-process-shell-command "dunst" nil "dunst") (start-process-shell-command "dunst" nil "dunst")
(start-process-shell-command "qpwgraph" nil "qpwgraph") (start-process-shell-command "qpwgraph" nil "qpwgraph")
(start-process-shell-command "kdeconnectd" nil "kdeconnectd") (start-process-shell-command "kdeconnectd" nil "kdeconnectd")