~ruther/dwl

Merge branch 'patch/naturalscrolltrackpad' into v0.6-a/patched-base
Merge branch 'patch/movestack' into v0.6-a/patched-base
Merge branch 'patch/centeredmaster' into v0.6-a/patched-base
feat: access nth monitor
feat: natural scrolling only for trackpad
generate patches
implement centeredmaster layout

inspiration: https://github.com/djpohly/dwl/wiki/centeredmaster
put wlr_layer_shell top layer below fullscreen

fixes wlr_layer_shell top clients showing over fullscreen clients
dd00d994 — Leonardo Hernández Hernández 1 year, 4 months ago
do not set withdrawn state for xwayland clients

Closes: https://codeberg.org/dwl/dwl/issues/573
properly resize on configurex11
3a95d4ed — A Frederick Christensen 1 year, 5 months ago
Fix rule examples; minimize newbie surprises

Make example rules be actual EXAMPLES.
Now newcomers should not have to ask, "When I start firefox, nothing
happens. What is going on?"

Also clarified a minor typo and a consistency in spacing.
2b171fd5 — Guido Cella 1 year, 5 months ago
fix virtual pointers

When motionabsolute() is called from warpd, event->time_msec is 0, so
motionnotify() doesn't call wlr_cursor_move(). Fix this by explicitly
warping the cursor in this case, like it was done before implementing
pointer constraints.

I don't know if this is a bug in warpd or time_msec is always 0 with
virtual pointers, since the only other software that uses the virtual
pointer protocol I know of is wl-kbptr, and I can't get that to work
with dwl at all.
ea33ce9a — Forrest Bushstone 1 year, 6 months ago
Support pointer constraints and relative pointer protocols

Fixes: https://codeberg.org/dwl/dwl/issues/489
FIxes: https://codeberg.org/dwl/dwl/issues/317
regenerate patch file with
add patch file
apply NikitaIvanovV movestack patch

source: https://github.com/djpohly/dwl/wiki/movestack
8006e792 — Guido Cella 1 year, 7 months ago
allow toggling the layout before selecting a different one
5ae245be — Leonardo Hernández Hernández 1 year, 6 months ago
fix minimum size

continuation of 4043fc3093a73174cb63653ba9e742b4738f2ee5
089480e0 — A Frederick Christensen 1 year, 6 months ago
Update and correct patches/patches-wiki links

Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
3c98c4c2 — Benjamin Chausse 1 year, 6 months ago
Fix link to patches website

Signed-off-by: Benjamin Chausse <benjamin@chausse.xyz>
Next