~ruther/dwl

da5b4d96 — Martin Tournoij 4 years ago
Add startup errors, mention XDG_RUNTIME_DIR in README

It was just exiting with code 1 for me. The problem turned out to be
that you *need* to set XDG_RUNTIME_DIR or it won't work (I think e.g.
systemd does that for you, but on Void it's not set by default), so
mention that in the README.
8c0afa7c — Devin J. Pohly 4 years ago
send xdg_decoration configure right after create

Thanks to @cedws for pointing this out!
2598100d — Devin J. Pohly 4 years ago
Implement xdg-decoration protocol

Applications like alacritty which use this newer protocol will no longer
attempt to draw their own decoration.
5991cec0 — Devin J. Pohly 4 years ago
Write something more intuitive for focusclient()
78187f5e — Devin J. Pohly 4 years ago
document -qvd options
525bf258 — Devin J. Pohly 4 years ago
switch default term to alacritty
67299a18 — Devin J. Pohly 4 years ago
make sure freed listeners are removed from list
abab2ed9 — Devin J. Pohly 4 years ago
remember export-dmabuf for when it's fixed in wlr
c6833cf9 — Devin J. Pohly 4 years ago
add output manager protocol
59d16e49 — Devin J. Pohly 4 years ago
add screencopy support

While we're taking low-hanging fruit here...
0bd4eb8f — Devin J. Pohly 4 years ago
add primary selection support too!
0b0dd6b6 — Devin J. Pohly 4 years ago
handle request set selection

Ported from wlroots commit fa5d709
94bb68af — Devin J. Pohly 4 years ago
use wlr_xdg_surface.set_tiled correctly

Closes #2.  I'm guessing from sway that the idea of setting maximized
state so that windows cooperate is superseded by using set_tiled.
cad233b6 — Devin J. Pohly 4 years ago
initialize global listeners statically
5817c917 — Devin J. Pohly 4 years ago
abc
323092d3 — Devin J. Pohly 4 years ago
remove vestigial listeners
7212da05 — Devin J. Pohly 4 years ago
no need for a line split here
1a30d990 — Devin J. Pohly 4 years ago
no conditional needed for output modes

If the output backend doesn't support modes, get_preferred_mode will
return NULL, and set_mode will accept NULL.
b19afa10 — Devin J. Pohly 4 years ago
use strstr for monrules
7afe152c — Devin J. Pohly 4 years ago
add reminder comment
Next
Do not follow this link