Add attachfocused patch.

This patch changes dwl to make new clients attach below the currently
focused one, like you can do on hyprland.

Finish readme

Add known issue to README
This commit is contained in:
MayOrMayNotBeACat
2025-05-17 11:59:06 -04:00
committed by A Frederick Christensen
parent 3b4043eb14
commit 285921afe4
2 changed files with 40 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
### Description
Makes windows attach below the currently active window.
KNOWN ISSUES: Upon closing the last client when using multiple monitors, the last client will briefly flash on all
monitors before closing.
### Download
- [0.7](/dwl/dwl-patches/raw/branch/main/patches/attachfocused/attachfocused.patch)
### Authors
- [MayOrMayNotBeACat](https://codeberg.org/MayOrMayNotBeACat)