diff options
Diffstat (limited to 'wiki')
| -rw-r--r-- | wiki/Configuration:-Input.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/wiki/Configuration:-Input.md b/wiki/Configuration:-Input.md index 48bb3f68..64340707 100644 --- a/wiki/Configuration:-Input.md +++ b/wiki/Configuration:-Input.md @@ -185,7 +185,10 @@ input { #### `workspace-auto-back-and-forth` -If enabled, switching to the same workspace by index twice will switch back to the previous workspace. +Normally, switching to the same workspace by index twice will do nothing (since you're already on that workspace). +If this flag is enabled, switching to the same workspace by index twice will switch back to the previous workspace. + +Niri will correctly switch to the workspace you came from, even if workspaces were reordered in the meantime. ``` input { |
