-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve scratch window behaviours (for mouse-dragging windows and new…
… windows when a scratch window is selected) (#718) This PR changes several widow behaviours related to scratch windows. It seeks to make scratch windows more predictable (in how one scratches a window) and try to minimise instances of "accidentally/unexpectedly" scratching windows. Users (especially new users) seem to struggle with some of the behaviours for scratch windows. See some example comments here: - #680 (comment) - #700 (comment) - #700 (comment) On review, a couple of behaviours are rather unintuitive with scratch windows: 1. when a scratch window is selected, any new window opened will also be scratched. I understand the thought here, but this is rarely what's wanted (for me anyway) and often leads to confusion. This PR undoes this. New windows will be tiled (regardless of whether a scratch window is currently selected). 2. Dragging a window (with mouse) and NOT dropping on a target now re-tiles that window (previously it scratched that window). I've had two user reports in the last few weeks of this (reported as a bug). In any case, it seems the more intuitive option of for that window to be re-tiled: https://github.com/paperwm/PaperWM/assets/30424662/9c4a20d6-52e3-408f-9c0a-62ee0ceb6244
- Loading branch information
Showing
3 changed files
with
30 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters