| Age | Commit message (Collapse) | Author |
|
|
|
|
|
commands, tweak status
|
|
to AppRule, use titles, rectangle
|
|
property notify, also notifies of title changes.
on title change, refetch and store the title.
thanks @LemonBoy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
thanks to @djura-san for the report
ref: https://bbs.archlinux.org/viewtopic.php?pid=1165368#p1165368
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 5b32f2d7ff63b26287c29a80c1d7cf9a3bcd1ab5.
This patch was a total failure.
WM_STATE and WithdrawnState were introduced to handle withdrawn windows.
After some thought, it seems this is not really needed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this results in instant tiling of non-floating
clients when switching mode away from FLOAT.
this seems to be more expected.
reference: https://bbs.archlinux.org/viewtopic.php?pid=1142030#p1142030
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
internally
|
|
all prev and curr references are handled by focus()
function except when removeclient() function removes
the prev client.
|
|
|
|
|
|
the client needs to be compared to the current
client of the current desktop, otherwise if
the client was the current client on another
desktop, it would not be marked with an urgent
hint.
|
|
|