update dhruva_sambrani patches

Dhruva Sambrani 2024-01-08 15:18:31 +01:00
parent 2f2ae98445
commit 857002666b
3 changed files with 4 additions and 1 deletions

@ -5,6 +5,7 @@ The code also allows you to "dim" focused windows if you wish to, and as such al
### Download
- [2023-11-30](https://codeberg.org/dwl/dwl-patches/raw/branch/main/dim-unfocused/dim-unfocused.patch)
- [git branch](https://codeberg.org/dhruva_sambrani/dwl/src/branch/dim-unfocused)
### Authors
- [Dhruva Sambrani](https://codeberg.org/dhruva_sambrani)

@ -2,7 +2,8 @@
Adds a rule-based ability to skip automatically focusing a window on creation. Expected use-case is for transient windows like notifications etc. The window can still be focused by mouse or keyboard movement.
### Download
- [20240106](https://codeberg.org/dwl/dwl-patches/raw/branch/main/skipfocus/20240106.patch)
- [20240106](https://codeberg.org/dwl/dwl-patches/raw/branch/main/skipfocus/skipfocus.patch)
- [git branch](https://codeberg.org/dhruva_sambrani/dwl/src/branch/skipfocus)
### Tips

@ -27,6 +27,7 @@ This patch is inspired from <https://dwm.suckless.org/patches/winview/>. Citing
### Download
- [2023-11-26](https://codeberg.org/dwl/dwl-patches/raw/branch/main/winview/winview.patch)
- [git branch](https://codeberg.org/dhruva_sambrani/dwl/src/branch/winview)
### Authors
- [Dhruva Sambrani](https://codeberg.org/dhruva_sambrani)