[exwm] disable section

This commit is contained in:
contrapunctus 2021-11-15 22:26:21 +05:30
parent 38f29f9d47
commit e65c0837c6
1 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,5 @@
#+TODO: TODO WIP WISH CLEANUP FIXME REVIEW |
#+OPTIONS: use-property-inheritance:t
#+PROPERTY: header-args :load yes :tangle init-org.el
=org-babel-tangle= takes nearly 27 seconds to tangle this file, at the time of writing. So for a brief while I used this sed script instead -
@ -82,8 +83,12 @@ This needs to be before =boon=/=exwm=, or you get a "failed to define function i
:config
(ivy-mode))
#+END_SRC
* exwm
#+BEGIN_SRC emacs-lisp :load no :tangle no
* exwm :disabled:
:PROPERTIES:
:header-args: :load no :tangle no
:END:
#+BEGIN_SRC emacs-lisp
(setq exwm-input-global-keys
'(([?\C-1] . select-window-1)
([?\C-2] . select-window-2)
@ -109,7 +114,7 @@ This needs to be before =boon=/=exwm=, or you get a "failed to define function i
([?\s-v] . exwm-input-toggle-keyboard)))
#+END_SRC
Use window title for buffer names.
#+BEGIN_SRC emacs-lisp :load no :tangle no
#+BEGIN_SRC emacs-lisp
(require 'exwm)
(add-hook 'exwm-update-title-hook
(lambda ()
@ -151,8 +156,8 @@ NAME is the name of the process and its buffer."
** Startup programs
#+BEGIN_SRC emacs-lisp
(my-start-process (expand-file-name "~/bin/kmonad") "kmonad"
(expand-file-name "~/kmonad.kbd"))
(my-start-process (expand-file-name "~/bin/kmonad") "kmonad" (expand-file-name "~/kmonad-tvs.kbd"))
(my-start-process (expand-file-name "~/bin/kmonad") "kmonad" (expand-file-name "~/kmonad-legion.kbd"))
(my-start-process "transmission-gtk")
(my-start-process "gajim")
(my-start-process "/usr/lib/notification-daemon/notification-daemon")