mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-10-27 02:04:16 +00:00
14 lines
770 B
Markdown
14 lines
770 B
Markdown
### Description
|
|
|
|
By default, dwl response to client requests to client messages by setting the urgency bit on the named window.
|
|
This patch changes the focus to the window instead.
|
|
Both behaviours are legitimate according to the cursed spec.
|
|
This is the approximately the equivalent of the focusonactive patch of dwm.
|
|
If you want a more controlled behavior, for example setting which clients can focus, check [activation-rule patch](https://codeberg.org/sevz/dwl-patches/src/branch/activation-rules).
|
|
|
|
### Download
|
|
- [git branch](https://codeberg.org/Kana/dwl/src/branch/focusonurgent)
|
|
- [main 2025-10-08](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/focusonurgent/focusonurgent.patch)
|
|
### Authors
|
|
- [André Desgualdo Pereira](https://codeberg.org/Kana)
|