[StumpWM] Shorten windows title, replace htop with bottom

In workspace `[SYS]', replace htop with bottom among automatic windows
This commit is contained in:
Lucien Cartier-Tilet 2021-10-31 14:54:36 +01:00
parent c9e1bca2b8
commit 07dc09ff7d
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -372,7 +372,7 @@ Lets 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