diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-01-12T23·21+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-01-12T23·25+0000 |
commit | 37cc88897e0c6baa9835b49842e723f9e7006f5f (patch) | |
tree | 799929328289c009bae8fa22e736964c992167a3 | |
parent | 61209f077540d167134b74657f7b067f550ba5c6 (diff) |
feat(tazjin/emacs): format Firefox window names in EXWM r/7378
Change-Id: I2f6e662fcfab43f6d7538bb78e666cc86e5ef1ac Reviewed-on: https://cl.tvl.fyi/c/depot/+/10613 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
-rw-r--r-- | users/tazjin/emacs/config/desktop.el | 4 |
1 files changed, 4 insertions, 0 deletions
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: |