feat(tazjin/emacs): Add another window title pattern
Change-Id: Ia14fa72e896a9cfc9fab828bead9f7f33763c89b Reviewed-on: https://cl.tvl.fyi/c/depot/+/3276 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
This commit is contained in:
parent
35ce86d4a8
commit
242f63fdd6
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@
|
||||||
;; as the title.
|
;; as the title.
|
||||||
(`("Google-chrome" ,(and (pred (lambda (title) (s-ends-with? " - Cider" title))) title))
|
(`("Google-chrome" ,(and (pred (lambda (title) (s-ends-with? " - Cider" title))) title))
|
||||||
(format "Cider<%s>" (s-chop-suffix " - Cider" title)))
|
(format "Cider<%s>" (s-chop-suffix " - Cider" title)))
|
||||||
|
(`("Google-chrome" ,(and (pred (lambda (title) (s-ends-with? " - Cider V" title))) title))
|
||||||
|
(format "Cider V<%s>" (s-chop-suffix " - Cider V" title)))
|
||||||
|
|
||||||
;; Attempt to detect IRCCloud windows via their title, which is a
|
;; Attempt to detect IRCCloud windows via their title, which is a
|
||||||
;; combination of the channel name and network.
|
;; combination of the channel name and network.
|
||||||
|
|
Loading…
Reference in a new issue