From 37cc88897e0c6baa9835b49842e723f9e7006f5f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 13 Jan 2024 02:21:10 +0300 Subject: feat(tazjin/emacs): format Firefox window names in EXWM Change-Id: I2f6e662fcfab43f6d7538bb78e666cc86e5ef1ac Reviewed-on: https://cl.tvl.fyi/c/depot/+/10613 Autosubmit: tazjin Reviewed-by: tazjin Tested-by: BuildkiteCI --- users/tazjin/emacs/config/desktop.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el index ec8a30e717e5..bd7b4b5f6963 100644 --- a/users/tazjin/emacs/config/desktop.el +++ b/users/tazjin/emacs/config/desktop.el @@ -78,6 +78,10 @@ (`("Chromium-browser" ,title) (format "Chromium<%s>" (s-truncate 42 (s-chop-suffix " - Chromium" title)))) + ;; similarly for Firefox + (`("firefox" ,title) + (format "FF<%s>" title)) + ;; Quassel buffers ;; ;; These have a title format that looks like: -- cgit 1.4.1