aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-10-28 02:27:17 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-10-28 02:27:17 -0400
commit30e99baf5ef38dc8fc0b711f0272e443fd8c098b (patch)
tree54b5371d5b2f1f371e4ed3ac84af0e6658b6f311
parentMisc bug fixes for previous commit or two (diff)
downloadmmosmacs-30e99baf5ef38dc8fc0b711f0272e443fd8c098b.tar.gz
mmosmacs-30e99baf5ef38dc8fc0b711f0272e443fd8c098b.tar.bz2
mmosmacs-30e99baf5ef38dc8fc0b711f0272e443fd8c098b.zip
Fix EXWM buffer naming
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el
index c56e7a8..f02d8a8 100644
--- a/init.el
+++ b/init.el
@@ -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;; ---------------