[exwm] move xset from Elisp to kmonad configuration

This commit is contained in:
contrapunctus 2021-07-31 05:35:15 +05:30
parent 6bcafade0e
commit e7f8c4aea9
1 changed files with 0 additions and 5 deletions

View File

@ -140,13 +140,8 @@ Programs I want to run on startup.
#+BEGIN_SRC emacs-lisp
(my-start-process (expand-file-name "~/bin/kmonad") "kmonad"
(expand-file-name "~/kmonad.kbd"))
;; This form for xset works when I evaluate it with `eval-last-sexp', but when Emacs starts up the repeat rate is still set to something slower 🤔
(run-at-time
5 nil (lambda ()
(my-start-process "xset" nil "r" "rate" "200" "80")))
(my-start-process "transmission-gtk")
(my-start-process "gajim")
#+END_SRC
** user interface
#+BEGIN_SRC emacs-lisp