[StumpWM] Clearer documentation

This commit is contained in:
Lucien Cartier-Tilet 2022-09-19 12:36:04 +02:00
parent 4868f26dad
commit 4ff8781b52
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 10 additions and 10 deletions

View File

@ -596,13 +596,13 @@ Ive been used to ten groups, or workspaces, or tags, since I began
using tiling window managers. I shall then continue this habit. Here
is the list of groups I will be using:
#+name: list-groups
| Groups | Number | Windows | Type |
|---------+--------+---------+------|
| [TERM] | 1 | | |
| [EMACS] | 2 | | |
| [WWW] | 3 | | |
| [PRIV] | 4 | | |
| [FILES] | 5 | Nemo | |
| Groups | Number | Windows | Type |
|---------+--------+---------+--------|
| [EMACS] | 1 | | Tiling |
| [TERM] | 2 | | Tiling |
| [WWW] | 3 | | Tiling |
| [PRIV] | 4 | | Tiling |
| [FILES] | 5 | Nemo | Tiling |
#+name: gen-groups
#+header: :exports none
@ -623,9 +623,9 @@ is the list of groups I will be using:
"\n"))
#+end_src
#+RESULTS[80f994f9e2436c4c5e2f9916b93813083135c1d2]: gen-groups
: (grename "[TERM]")
: (gnewbg "[EMACS]")
#+RESULTS[7c58aa808149319f652155b05c9324b841324f23]: gen-groups
: (grename "[EMACS]")
: (gnewbg "[TERM]")
: (gnewbg "[WWW]")
: (gnewbg "[PRIV]")
: (gnewbg "[FILES]")