update my patches

This commit is contained in:
Guido Cella
2024-01-16 19:11:34 +01:00
parent 2d1d755897
commit b34818c2b4
10 changed files with 308 additions and 52 deletions
-27
View File
@@ -1,27 +0,0 @@
### Description
All floating windows are centered, like the center patch, but without a rule.
### Changelog
2023-11-24:
- A variable `center_relative_to_monitor` has been added, allowing the user to choose whether to center relative to the monitor or relative to the window area.
<details>
<summary>Explanation of center_relative_to_monitor:</summary>
<pre>
The "Monitor area" refers to the space enclosed by the green rectangle, while the "Window area" refers to the space enclosed by the red
rectangle.
<img src="https://i.imgur.com/xhejzPh.png"/>
</pre>
</details>
### Download
- [2023-11-24](https://github.com/djpohly/dwl/compare/main...wochap:alwayscenter.patch)
- [2023-09-02](https://github.com/djpohly/dwl/compare/main...mortezadadgar:alwayscenter.patch)
- [v0.4](https://github.com/djpohly/dwl/compare/main...dm1tz:04-alwayscenter.patch)
- [2021-04-17](https://github.com/djpohly/dwl/compare/main...guidocella:alwayscenter.patch)
### Authors
- [Guido Cella](https://github.com/guidocell)
- [wochap](https://github.com/wochap)
-8
View File
@@ -1,8 +0,0 @@
### Description
Add a keybinding that toggles centering Alacritty horizontally when it's the only window, while still tiling multiple windows.
### Download
- [2020-12-14](https://github.com/djpohly/dwl/compare/main...guidocella:center-terminal.patch)
### Authors
- [Guido Cella](https://github.com/guidocell)
+1 -1
View File
@@ -9,4 +9,4 @@ Makes layout, mwfact and nmaster individual for every tag.
- [2022-03-20](https://github.com/djpohly/dwl/compare/main...guidocella:pertag.patch)
### Authors
- [Guido Cella](https://github.com/guidocella)
- [Bonicgamer](https://github.com/Bonicgamer)
-8
View File
@@ -1,8 +0,0 @@
### Description
Adds `shiftview` function that allows to cycle through tags.
### Download
- [2022-07-06](https://github.com/djpohly/dwl/compare/main...guidocella:shiftview.patch)
### Authors
- [Guido Cella](https://github.com/guidocella)
-8
View File
@@ -1,8 +0,0 @@
### Description
Adds a rule option to switch to the configured tag when a window opens, then switch back when it closes.
### Download
- [2021-04-17](https://github.com/djpohly/dwl/compare/main...guidocella:switchtotag.patch)
### Authors
- [Guido Cella](https://github.com/guidocella)