[exwm] add note

This commit is contained in:
contrapunctus 2021-09-01 17:54:07 +05:30
parent 20c5e08fd0
commit 36be73cacd
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ A less repetitive way to start processes. Also enables Boon in the process buffe
(with-current-buffer proc-buffer (boon-mode))))
#+END_SRC
This is useful even without EXWM - switching does not work (...yet?), but I can launch apps via Hydra, and the output goes into the familiar environment of an Emacs buffer.
#+BEGIN_SRC emacs-lisp
(defun my-start-app-or-switch (program &optional class-re title-re name &rest args)
"Switch to EXWM buffer matching CLASS-RE or TITLE-RE, or run PROGRAM with ARGS.