set exwm buffers to the window name
This commit is contained in:
parent
ad2c7df245
commit
4ebc1d9a52
|
@ -1227,6 +1227,10 @@ I'm scared
|
||||||
;; Update panel indicator when workspace changes
|
;; Update panel indicator when workspace changes
|
||||||
(add-hook 'exwm-workspace-switch-hook #'sakomacs/send-polybar-exwm-workspace)
|
(add-hook 'exwm-workspace-switch-hook #'sakomacs/send-polybar-exwm-workspace)
|
||||||
|
|
||||||
|
;; set the buffer name to the window name
|
||||||
|
(add-hook 'exwm-update-class-hook
|
||||||
|
(lambda ()
|
||||||
|
(exwm-workspace-rename-buffer exwm-class-name)))
|
||||||
;; always use these keys in emacs
|
;; always use these keys in emacs
|
||||||
(setq exwm-input-prefix-keys
|
(setq exwm-input-prefix-keys
|
||||||
'(?\C-x
|
'(?\C-x
|
||||||
|
|
Loading…
Reference in a new issue