diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-20 17:20:46 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-20 17:20:46 +0200 |
commit | f790a00d19d0c5bb8e520a2e75b24ab8a6932a1d (patch) | |
tree | 9446d19af2c268c10c9613a1e6ca4a7bf9837dfe /.config/ec | |
parent | da04fc47349bb2c2f7067353c6d687fe106a2786 (diff) |
ec: Set window title
Diffstat (limited to '.config/ec')
-rw-r--r-- | .config/ec/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/ec/init.el b/.config/ec/init.el index 6de9f3c..d5ba075 100644 --- a/.config/ec/init.el +++ b/.config/ec/init.el @@ -3,6 +3,9 @@ (tool-bar-mode -1) (scroll-bar-mode -1) +;; So we can let the WM make this a floating window +(setq frame-title-format "ec") + ;; XDG Directories (defconst xdg-cache-home (or (getenv "XDG_CACHE_HOME") |