~ruther/dwl

e08bd129 — Devin J. Pohly 3 years ago
make sure to leave XWayland process waitable

On SIGCHLD, check to make sure the terminated process is not the
XWayland process before reaping it, allowing wlroots to waitpid() for it
successfully.

Fixes #177.
7018ed92 — Leonardo Hernández Hernández 3 years ago
createpointer now takes wlr_pointer
f75e4262 — Leonardo Hernández Hernández 3 years ago
createkeyboard now takes wlr_keyboard
faaee90c — Leonardo Hernández Hernández 3 years ago
destroy scene_output in cleanupmon()
3e79a9a5 — Leonardo Hernández Hernández 3 years ago
fix drag icon's surface returned by xytonode
c2899bc0 — Leonardo Hernández Hernández 3 years ago
set position of the drag icon in startdrag()
f353a0e7 — Leonardo Hernández Hernández 3 years ago
Revert "clients now works as expected in drag motion"

This reverts commit 9aec6049ecbefe3618f34002d2239cc9462c07e9.

this problem is caused because xytonode() returns the surface of the
drag icon
281c947e — Guido Cella 3 years ago
inline the presentation variable

This variable can be removed since with scene-graph
wlr_presentation_surface_sampled_on_output no longer needs to be called.
855e6c18 — Leonardo Hernández Hernández 3 years ago
add note about how to change MODKEY for windows key
a41d6cb0 — Palanix 3 years ago
Fix dwl freezing when resizing
b42abeac — Quentin Rameau 3 years ago
Add a configuration option for fullscreen locking

Some people are annoyed to have this new behaviour forced for some
application which use fake fullscreen.
5a1debb5 — Leonardo Hernández Hernández 3 years ago
add sway LICENSE file

part of the code in dwl is taken from sway, so credit it.
dwm and sway are both licensed under the MIT license
1a5b7e06 — Guido Cella 3 years ago
update IRC channel
add dwl(1)

Documentation is good.  Man pages are documentation.  A program without
a man page is worthless.
d8ab893d — Leonardo Hernández Hernández 3 years ago
clients now works as expected in drag motion
f2be10fd — Guido Cella 3 years ago
implement drag and drop

For brevity, only a single drag icon at a time is supported.

Co-authored-by: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Update issue templates
a7f77779 — Leonardo Hernández Hernández 3 years ago
only skip frames if there are visible clients that have a resize
40db9c88 — Leonardo Hernández Hernández 3 years ago
remove a useless resize in mapnotify()

applyrules() calls setmon() which calls resize()
4276410a — Leonardo Hernández Hernández 3 years ago
improve floating detection

mostly copied from sway
Next
Do not follow this link