Files
Clement Tsang ae425d09d8 feature: add new table_gap option with a drawn-line option (#2039)
This PR replaces the `hide_table_gap` option with a new `table_gap` option that controls whether a space is drawn, a line is drawn, or nothing is drawn.
2026-04-17 08:02:16 +00:00

656 B

Processes

Settings

If you want to change some of the default behaviour of the processes widget, you can configure some things in the config file.

Field Type Functionality
get_threads Boolean Gather process thread information.

Columns

You can configure which columns are shown by the process widget by setting the columns setting:

[processes]
# Pick which columns you want to use in any order.
columns = ["cpu%", "mem%", "pid", "name", "read", "write", "tread", "twrite", "state", "user", "time", "gmem%", "gpu%"]