Merge pull request #5041 from yuukibarns/enable-bar-scroll

feat(niri/workspaces): Add `enable-bar-scroll` option
This commit is contained in:
Alexis Rouillard
2026-07-04 00:10:51 +02:00
committed by GitHub
3 changed files with 51 additions and 0 deletions
+5
View File
@@ -53,6 +53,11 @@ If none of the sorting options are enabled, workspaces keep their output/index o
default: false ++
If set to false, you can click to change workspace. If set to true this behaviour is disabled.
*enable-bar-scroll*: ++
typeof: bool ++
default: false ++
If set to false, you can't scroll to cycle throughout workspaces from the entire bar. If set to true this behaviour is enabled.
*disable-markup*: ++
typeof: bool ++
default: false ++