From 07dc09ff7dc5e39598d5b3c39a34d06a42498690 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 31 Oct 2021 14:54:36 +0100 Subject: [PATCH] [StumpWM] Shorten windows title, replace htop with bottom In workspace `[SYS]', replace htop with bottom among automatic windows --- org/config/stumpwm.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org/config/stumpwm.org b/org/config/stumpwm.org index c8a9520..b846b4f 100644 --- a/org/config/stumpwm.org +++ b/org/config/stumpwm.org @@ -372,7 +372,7 @@ Let’s also indicate how the groupname is displayed. The window format should display first its window number, then its titled, limited to 30 characters. #+begin_src lisp -(setf *window-format* "%n: %t") +(setf *window-format* "%n: %30t") #+end_src Here are some modules that we will load for the modeline: @@ -618,7 +618,7 @@ This can be done like so: (null windows)) (unless (= 1 (length (group-frames current-group))) (only)) - (term "htop") + (term "btm -T") (term) (term)))) #+end_src