diff --git a/init.org b/init.org index f17254e..fdc1537 100644 --- a/init.org +++ b/init.org @@ -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 🤔