~ruther/dwl

6901743b — Devin J. Pohly 3 years ago
Remove removed fields from struct instances
720f5616 — Devin J. Pohly 3 years ago
Remove vestigial monitor configuration info

The x/y fields in monitor rules are unused and were meant to be deleted.
Also removes the outdated comment in config.h.
4d3adea6 — Leonardo Hernández Hernández 3 years ago
die on pipe failure
79b7e755 — Raphael Robatsch 3 years ago
Layer shell: Prevent infinte configure/commit loop

Check the wlr_layer_surface_v1_state.committed bitmask to see if we need
to rearrange. This is also what sway does.

Without this check, every commit request (even if only the attached buffer
changed) will lead to another configure event, which will lead to another
commit, etc.

This loop results in swaybg consuming 100% CPU.

Co-authored-by: Owen Rafferty <owen@owenrafferty.com>
b424602e — Leonardo Hernández Hernández 3 years ago
add DESTDIR
ae313911 — Leonardo Hernández Hernández 3 years ago
initialize rules and xkb_rules

to fix compile errors with `-pedantic`
2d6f932e — Leonardo Hernández Hernández 3 years ago
don't let -pedantic be overridable by environment
aab397c3 — Leonardo Hernández Hernández 3 years ago
new functions ecalloc() and die()

die() replaces EBARF and BARF
and allow us to add `-pedantic` to CFLAGS
cb4265ac — Leonardo Hernández Hernández 3 years ago
check `m` in commitlayersurfacenotify()
a95338ca — Leonardo Hernández Hernández 3 years ago
implement input-inhibitor protocol
ae614ee5 — Leonardo Hernández Hernández 3 years ago
implement idle-inhibitor protocol

This allows clients to disable idle monitoring
feb972ac — Leonardo Hernández Hernández 3 years ago
fix drag icon's surface returned by xytonode
bf8cc526 — Leonardo Hernández Hernández 3 years ago
set position of the drag icon in startdrag()
7a2e0eef — 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
3bace9ce — 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.
4ef89996 — Leonardo Hernández Hernández 3 years ago
add note about how to change MODKEY for windows key
7d724dc7 — Palanix 3 years ago
Fix dwl freezing when resizing
326eee14 — 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.
d8f430ac — 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
Merge pull request #137 from guidocella/libera

update IRC channel
Next
Do not follow this link