Merge pull request #4001 from hansp27/niri-workspaces-display-preference

feat: add display-condition configuration option
This commit is contained in:
Alexis Rouillard
2026-07-04 01:02:19 +02:00
committed by GitHub
2 changed files with 33 additions and 14 deletions
+10
View File
@@ -68,6 +68,16 @@ If none of the sorting options are enabled, workspaces keep their output/index o
default: false ++
If set to true, only the active or focused workspace will be shown.
*display-condition*: ++
typeof: string ++
oneof: "show-all", "keep-named", "only-populated" ++
default: "show-all" ++
Specifies the conditions for showing workspace widgets. ++
++
*show-all*: displays widgets for all workspaces. ++
*keep-named*: always displays named workspaces, irrespective of whether they contain windows or not. ++
*only-populated*: only displays widgets for workspaces that have windows.
*hide-empty*: ++
typeof: bool ++
default: false ++