~ruther/dwl

1333f8cc — Leonardo Hernández Hernández 1 year, 6 months ago
Merge remote-tracking branch 'upstream/main' into wlroots-next
5baf1955 — Leonardo Hernández Hernández 1 year, 6 months ago
allow specify DATADIR (to install desktop file)
Add desktop entry file
755fcae2 — Angelo Antony 1 year, 7 months ago
fix typo
960c32a7 — Leonardo Hernández Hernández 1 year, 7 months ago
call setfloating in setmon

since in the previous commit we may not applying floating in clients
this is to make sure we do
aea8dd6a — Leonardo Hernández Hernández 1 year, 7 months ago
return early if the client doesn't have monitor in setfloating

there is still a bug, but for now this prevents a segfault

Bug: https://github.com/djpohly/dwl/issues/472
c1d8b77f — Leonardo Hernández Hernández 1 year, 7 months ago
prefer IRC over Discord

I regularly check the discord server, but it is much more likely that I will be
online on IRC, and djpohly does not seem to be active on either.
e5367753 — Ben Collerson 1 year, 7 months ago
just add define
9be85c11 — Ben Collerson 1 year, 9 months ago
tagcount should have been a #define
4b8c1bf3 — Leonardo Hernández Hernández 1 year, 7 months ago
return nothing in xytonode()

we do not use the node
d7569870 — Devin J. Pohly 1 year, 8 months ago
Style: use early-return to clarify code

Use an early return to avoid indenting the main logic instead of
wrapping the tail of a function in an if statement.

No functional change, except for a handful of places where printstatus()
was being called spuriously (tag, toggletag, toggleview).

ΔSLOC: 0
4eb54b55 — Devin J. Pohly 1 year, 8 months ago
No need to send surface.leave/enter events

The scene graph implementation sends these for us, and it does so more
accurately than our overly-simplified approach.  Layer shell surfaces
don't appear to receive these events at all, according to my
WAYLAND_DEBUG experiments with bemenu and dtao.

ΔSLOC: -4
d4f2c6bf — Leonardo Hernández Hernández 1 year, 7 months ago
chase wlroots!4288

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4288
4567979b — Leonardo Hernández Hernández 1 year, 7 months ago
don't resize clients on commit

It creates an infinite commit-resize loop when scale != 1
25db0453 — Leonardo Hernández Hernández 1 year, 8 months ago
set withdrawn state for xwayland invisible clients
78cf8867 — Leonardo Hernández Hernández 1 year, 8 months ago
add support for xdg-shell v6
ce997c4a — Leonardo Hernández Hernández 1 year, 8 months ago
update to xdg-shell v5
0e540561 — Leonardo Hernández Hernández 1 year, 9 months ago
add support for cursor-shape-v1

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4106
0bb1a1cc — Leonardo Hernández Hernández 1 year, 9 months ago
increase wl_compositor version

Now scene will handle sending the preferred buffer scale

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4269
aecff8cb — Leonardo Hernández Hernández 1 year, 9 months ago
Merge branch 'main' into wlroots-next
Next
Do not follow this link