~ruther/dwl

90d80c0d — Devin J. Pohly 4 years ago
simplify focusclient

This arranges the function into some logical tasks: deactivate the old
client, update wlroots' keyboard focus, update our data structures, and
activate the new client.  The last two only need to be done when
focusing something new, so an early return saves some horizontal space.
0a59f47c — Devin J. Pohly 4 years ago
remove now-unused variables in focusclient
50aa44c5 — Devin J. Pohly 4 years ago
add tag bitset check from dwm
4e57dbd9 — Devin J. Pohly 4 years ago
attach_render and commit are all that's needed

attach_render tells the output that a "new" buffer has been prepared
(even if we haven't changed it).  We need to call that and then commit
it to keep the render loop going.

Software cursors will freeze momentarily during layout updates, but I
suspect that this is not as easily fixed as it sounds.  You can force
software cursors by running:

    WLR_NO_HARDWARE_CURSORS=1 ./dwl
21437b62 — Devin J. Pohly 4 years ago
style fixes
d6a18d69 — Alexander Courtis 4 years ago
do not render frames when any surface has uncommitted resizes
4e9396d9 — Devin J. Pohly 4 years ago
Merge pull request #29 from alex-courtis/tidy-activate-notify

tidy activate notify resource
7499044a — Alexander Courtis 4 years ago
tidy activate notify resource
94bf916d — Devin J. Pohly 4 years ago
Merge pull request #26 from guidocella/bind-togglelayout

Bind layout toggle
13d10ba6 — Guido Cella 4 years ago
Bind layout toggle
9a7b7dd6 — Devin J. Pohly 4 years ago
change text wrapping

editors are more than capable here
54e2ef84 — Devin J. Pohly 4 years ago
add zero flicker to goals
a0bb84b2 — Devin J. Pohly 4 years ago
have selborder, still no urgent support from Wayland
d5fdd999 — Devin J. Pohly 4 years ago
make border color selection concise
5248efd4 — Devin J. Pohly 4 years ago
Merge pull request #21 from mchackorg/focus-color

Add support to change focused window's border color
2fb3701c — Michael Cardell Widerkrantz 4 years ago
Add support to change focused window's border color
59c814d3 — Devin J. Pohly 4 years ago
Update issue templates
e2887f2c — Devin J. Pohly 4 years ago
remove client.isx11 in favor of client.type
0e21cce8 — Devin J. Pohly 4 years ago
ok, treat it like an enum
3e29ef1c — Devin J. Pohly 4 years ago
do managed/unmanaged check in map and unmap
Next
Do not follow this link