This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'vanilla/stable' into gaps
- Loading branch information
Showing
32 changed files
with
635 additions
and
140 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
|
||
┌──────────────────────────────┐ | ||
│ Release notes for i3 v4.21.1 │ | ||
└──────────────────────────────┘ | ||
|
||
This is i3 v4.21.1. This version is considered stable. All users of i3 are | ||
strongly encouraged to upgrade. | ||
|
||
This release fixes a few rough edges with regards to the newly-introduced | ||
tiling drag feature, which is now configurable: | ||
https://i3wm.org/docs/userguide.html#config_tiling_drag | ||
|
||
┌────────────────────────────┐ | ||
│ Changes in i3 v4.21.1 │ | ||
└────────────────────────────┘ | ||
|
||
• tiling drag: allow configuration | ||
• tiling drag: allow click immediately, to focus on decoration click | ||
• tiling drag: fix cursor (wrong argument passed) | ||
• tiling drag: increase drag threshold, run it through logical_px | ||
• tiling drag: left-click needs threshold, mod-click doesn’t | ||
• tiling drag: ignore scratchpad windows when locating drop targets | ||
• tiling drag: only start when there are drop targets | ||
• Raise floating windows when their border is clicked | ||
|
||
┌────────────────────────────┐ | ||
│ Bugfixes │ | ||
└────────────────────────────┘ | ||
|
||
• docs/ipc: document sticky field of GET_TREE | ||
• man/i3-config-wizard: escape ~ to prevent interpretation as subscript | ||
• Motif hints: respect maximum border style configuration set by user | ||
• i3-dmenu-desktop: fix quoting bug | ||
• Fix segfault during config validation | ||
|
||
┌────────────────────────────┐ | ||
│ Thanks! │ | ||
└────────────────────────────┘ | ||
|
||
Thanks for testing, bugfixes, discussions and everything I forgot go out to: | ||
|
||
Erich Heine, Matias Goldfeld, Orestis Floros, Tudor Brindus, bodea | ||
|
||
-- Michael Stapelberg, 2022-10-24 |
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
motif hints: respect maximum border style configuration set by user |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tiling drag: allow click immediately, to focus on decoration click |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fix tiling drag cursor: should be “move”, accidentally was “top right corner” |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tiling drag: ignore scratchpad windows when locating drop targets |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tiling drag is now configurable, and defaults to “modifier” for existing configs |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tiling drag: only initiate when there are drop targets |
Oops, something went wrong.