[exwm] use window title for buffer name

This commit is contained in:
contrapunctus 2021-07-30 13:48:10 +05:30
parent 5171cc2d9a
commit 5271489cab
1 changed files with 2 additions and 2 deletions

View File

@ -97,9 +97,9 @@ This needs to be before =boon=/=exwm=, or you get a "failed to define function i
([?\s-w] . split-window-below)
([?\s-v] . split-window-right)
([?\s-b] . ido-mini)))
(add-hook 'exwm-update-class-hook
(add-hook 'exwm-update-title-hook
(lambda ()
(exwm-workspace-rename-buffer exwm-class-name)))
(exwm-workspace-rename-buffer exwm-title)))
(exwm-enable)
(start-process "kmonad" "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 🤔