wiki/Design-Principles: Clarify sentence

This commit is contained in:
Ivan Molodetskikh
2025-08-22 19:11:13 +03:00
parent b3c7737998
commit 2865ec3e47
+2 -2
View File
@@ -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.