aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-08-22 19:11:13 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-08-22 19:11:26 +0300
commit2865ec3e47fa0b170f82f4beeefa56a5ea49d133 (patch)
tree4bc34e935ef0116581ecc5997ec3a6e6a8ac1cdc
parentb3c77379985cc39d1e06d5069a741799695117aa (diff)
downloadniri-2865ec3e47fa0b170f82f4beeefa56a5ea49d133.tar.gz
niri-2865ec3e47fa0b170f82f4beeefa56a5ea49d133.tar.bz2
niri-2865ec3e47fa0b170f82f4beeefa56a5ea49d133.zip
wiki/Design-Principles: Clarify sentence
-rw-r--r--docs/wiki/Development:-Design-Principles.md4
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.