[StumpWM] Shorten windows title, replace htop with bottom
In workspace `[SYS]', replace htop with bottom among automatic windows
This commit is contained in:
parent
c9e1bca2b8
commit
07dc09ff7d
@ -372,7 +372,7 @@ Let’s also indicate how the groupname is displayed.
|
|||||||
The window format should display first its window number, then its
|
The window format should display first its window number, then its
|
||||||
titled, limited to 30 characters.
|
titled, limited to 30 characters.
|
||||||
#+begin_src lisp
|
#+begin_src lisp
|
||||||
(setf *window-format* "%n: %t")
|
(setf *window-format* "%n: %30t")
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Here are some modules that we will load for the modeline:
|
Here are some modules that we will load for the modeline:
|
||||||
@ -618,7 +618,7 @@ This can be done like so:
|
|||||||
(null windows))
|
(null windows))
|
||||||
(unless (= 1 (length (group-frames current-group)))
|
(unless (= 1 (length (group-frames current-group)))
|
||||||
(only))
|
(only))
|
||||||
(term "htop")
|
(term "btm -T")
|
||||||
(term)
|
(term)
|
||||||
(term))))
|
(term))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
Loading…
Reference in New Issue
Block a user