~ruther/dwl

6d831b40 — Rutherther 2 years ago
Merge branch 'patch/swallow' into patched
72d32161 — Rutherther 2 years ago
Merge branch 'patch/singletagset' into patched
122005a9 — Rutherther 2 years ago
Merge branch 'patch/namedscratchpads' into patched
3128a182 — Rutherther 2 years ago
Merge branch 'patch/accessnthmonitor' into patched
46d94742 — Rutherther 2 years ago
feat: access nth monitor
regenerate patches
3787e1d3 — wochap 2 years ago
fix: move window to focused monitor if necessary
put wlr_layer_shell top layer below fullscreen

fixes wlr_layer_shell top clients showing over fullscreen clients
dd00d994 — Leonardo Hernández Hernández 2 years ago
do not set withdrawn state for xwayland clients

Closes: https://codeberg.org/dwl/dwl/issues/573
f7154d53 — korei999 2 years ago
properly resize on configurex11
3a95d4ed — A Frederick Christensen 2 years 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 2 years 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 2 years ago
Support pointer constraints and relative pointer protocols

Fixes: https://codeberg.org/dwl/dwl/issues/489
FIxes: https://codeberg.org/dwl/dwl/issues/317
9f29afed — wochap 2 years ago
regenerate patch file with
16992027 — wochap 2 years ago
update patch with latest changes
8d86b275 — wochap 2 years ago
add examples
a14d6da3 — wochap 2 years ago
fix: edge case where there are more than 1 window with the same scratchkey
0b3d7070 — wochap 2 years ago
add focusortogglematchingscratch

works like focusortoggle but it also hides all others scratchpads
b2702afa — wochap 2 years ago
create patch file
Next