~ruther/dwl

ref: aeae3dadbb94b77ecd45f1ab89769496c71d3782 dwl/dwl.c -rw-r--r-- 56.2 KiB
c0608aa0 — Guido Cella 4 years ago
Declare commitnotify
e3e9504f — Devin J. Pohly 4 years ago
make XWayland support optional
5a2d87fa — Devin J. Pohly 4 years ago
add monocle layout
27bbf9c1 — Devin J. Pohly 4 years ago
condense getatom and add note about error return
c12261d3 — Devin J. Pohly 4 years ago
Merge branch 'master' of github:djpohly/dwl into master
8c954183 — Devin J. Pohly 4 years ago
Merge pull request #25 from geistesk/error-maybe-uninitialized

getatom: fix potential uninitialized atom variable
d89cf6b7 — Devin J. Pohly 4 years ago
add some more hands-off protocols
0ac2f661 — Devin J. Pohly 4 years ago
fix an editing mistake
59cd8dec — Devin J. Pohly 4 years ago
focusclient checks whether oldsel == sel

No need to do it outside the call.
ef7a3764 — Devin J. Pohly 4 years ago
refactor focusclient
7856cdc1 — Devin J. Pohly 4 years ago
abc
da5deab0 — Devin J. Pohly 4 years ago
convert lastfocused() to focustop(m)
8a584d40 — Devin J. Pohly 4 years ago
pass previous focus to focusclient
e7e01e06 — Devin J. Pohly 4 years ago
remove surface from focusclient function

Honestly not sure why a specific surface is focused rather than the
client figuring that out.  Seems to work in a quick test, but we can
remember this commit if something breaks for, I dunno, mouse people.
17e525cc — Devin J. Pohly 4 years ago
C99 doesn't support anonymous unions

I'm cool with ->surface.xdg instead of ->xdg_surface though.
62339e7a — Devin J. Pohly 4 years ago
make setmon a bit more straightforward
e41ed533 — Devin J. Pohly 4 years ago
remove unneeded variable
2dbe5c60 — Devin J. Pohly 4 years ago
simplify pointerfocus

Similar to focusclient
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
Next
Do not follow this link