diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-10-28 02:27:17 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-10-28 02:27:17 -0400 |
commit | 30e99baf5ef38dc8fc0b711f0272e443fd8c098b (patch) | |
tree | 54b5371d5b2f1f371e4ed3ac84af0e6658b6f311 /init.el | |
parent | Misc bug fixes for previous commit or two (diff) | |
download | mmosmacs-30e99baf5ef38dc8fc0b711f0272e443fd8c098b.tar.gz mmosmacs-30e99baf5ef38dc8fc0b711f0272e443fd8c098b.tar.bz2 mmosmacs-30e99baf5ef38dc8fc0b711f0272e443fd8c098b.zip |
Fix EXWM buffer naming
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -217,6 +217,11 @@ | |||
217 | (pcase (system-name) | 217 | (pcase (system-name) |
218 | ("anu.tgwil.net" '(5 "HDMI-2")))) | 218 | ("anu.tgwil.net" '(5 "HDMI-2")))) |
219 | 219 | ||
220 | ;; Make EXWM buffer names useful | ||
221 | (add-hook 'exwm-update-class-hook | ||
222 | (lambda () | ||
223 | (exwm-workspace-rename-buffer exwm-class-name))) | ||
224 | |||
220 | ;; --------------------------------- | 225 | ;; --------------------------------- |
221 | ;; Temporary theme | 226 | ;; Temporary theme |
222 | ;; --------------- | 227 | ;; --------------- |