From e7f8c4aea9b3c3c5e5dd03541802da4aac0f2f19 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Sat, 31 Jul 2021 05:35:15 +0530 Subject: [PATCH] [exwm] move xset from Elisp to kmonad configuration --- init.org | 5 ----- 1 file changed, 5 deletions(-) diff --git a/init.org b/init.org index abd06d7..d1861c7 100644 --- a/init.org +++ b/init.org @@ -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