diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-22 19:11:13 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-22 19:11:26 +0300 |
| commit | 2865ec3e47fa0b170f82f4beeefa56a5ea49d133 (patch) | |
| tree | 4bc34e935ef0116581ecc5997ec3a6e6a8ac1cdc /docs/wiki | |
| parent | b3c77379985cc39d1e06d5069a741799695117aa (diff) | |
| download | niri-2865ec3e47fa0b170f82f4beeefa56a5ea49d133.tar.gz niri-2865ec3e47fa0b170f82f4beeefa56a5ea49d133.tar.bz2 niri-2865ec3e47fa0b170f82f4beeefa56a5ea49d133.zip | |
wiki/Design-Principles: Clarify sentence
Diffstat (limited to 'docs/wiki')
| -rw-r--r-- | docs/wiki/Development:-Design-Principles.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/wiki/Development:-Design-Principles.md b/docs/wiki/Development:-Design-Principles.md index 313299aa..abb44e3e 100644 --- a/docs/wiki/Development:-Design-Principles.md +++ b/docs/wiki/Development:-Design-Principles.md @@ -17,8 +17,8 @@ It also lets you group together more related windows on the same workspace by ha In particular: windows opening, closing, and resizing to the left of the focused window should not cause it to visually move. -This is the window you're working in. -Stuff happening outside the view shouldn't mess with what you're focused on. +The focused window is the window you're working in. +And stuff happening outside the view shouldn't mess with what you're focused on. ### Actions should apply immediately. |
