From 0a7a9e96ab0419439b1efc57b50091ae3507f005 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 28 Aug 2023 22:41:51 +0300 Subject: 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 Tested-by: BuildkiteCI --- users/tazjin/emacs/config/desktop.el | 8 -------- 1 file changed, 8 deletions(-) diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el index c64073f5f8..4789fda465 100644 --- a/users/tazjin/emacs/config/desktop.el +++ b/users/tazjin/emacs/config/desktop.el @@ -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: -- cgit 1.4.1