From e3864f3b85088bdebe7c0ece4c8172c83449168e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 4 Apr 2020 22:27:06 +0100 Subject: feat(tools/emacs): Title the TVL window correctly --- tools/emacs/config/desktop.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/emacs/config/desktop.el b/tools/emacs/config/desktop.el index d923ab584c..a646aa04a7 100644 --- a/tools/emacs/config/desktop.el +++ b/tools/emacs/config/desktop.el @@ -108,6 +108,11 @@ title)) (format "IRCCloud<%s>" title)) + ;; The Virus Lounge should be, well ... + (`("Google-chrome" + ,(and (pred (lambda (title) (s-contains? "Meet - mng-biyw-xbb" title))) title)) + "The Virus Lounge") + ;; For other Chrome windows, make the title shorter. (`("Google-chrome" ,title) (format "Chrome<%s>" (s-truncate 42 (s-chop-suffix " - Google Chrome" title)))) -- cgit 1.4.1