chore(tazjin/emacs): remove EXWM gnome-terminal window naming case
I haven't used that since ... 2018 or so, time for it to go. Change-Id: I5e1b729bd553940b98335e3d9c7ca5b134fdf692 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9161 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
690f73074c
commit
0a7a9e96ab
1 changed files with 0 additions and 8 deletions
|
@ -77,14 +77,6 @@
|
|||
(`("Chromium-browser" ,title)
|
||||
(format "Chromium<%s>" (s-truncate 42 (s-chop-suffix " - Chromium" title))))
|
||||
|
||||
|
||||
;; Gnome-terminal -> Term
|
||||
(`("Gnome-terminal" ,title)
|
||||
;; fish-shell buffers contain some unnecessary whitespace and
|
||||
;; such before the current working directory. This can be
|
||||
;; stripped since most of my terminals are fish shells anyways.
|
||||
(format "Term<%s>" (s-trim-left (s-chop-prefix "fish" title))))
|
||||
|
||||
;; Quassel buffers
|
||||
;;
|
||||
;; These have a title format that looks like:
|
||||
|
|
Loading…
Reference in a new issue