~ruther/dwl

ref: 7f9a21247613a0d8ba6575869220e29071a40c64 dwl/dwl.c -rw-r--r-- 90.3 KiB
7f9a2124 — Ben Collerson 2 years ago
Add appid field to printstatus() output

Adds an appid field to printstatus which can be used to monitor the
currently active application.
ab8334bd — Leonardo Hernández Hernández 2 years ago
implement repeatable keybindings
23ede80f — Leonardo Hernández Hernández 2 years ago
allow configure x and y of outputs
f7d6a34c — Leonardo Hernández Hernández 2 years ago
use sigaction(2) for signal handling

References: http://git.suckless.org/dwm/commit/712d6639ff8e863560328131bbb92b248dc9cde7.html
dbe44e48 — Leonardo Hernández Hernández 2 years ago
return early if selmon is not part of the output layout in dirtomon()

instead of checking twice
0b2c3324 — Leonardo Hernández Hernández 2 years ago
simplify check in urgent()

we only care if it returned a client or not
56114f70 — Leonardo Hernández Hernández 2 years ago
arrange monitor after updating fullscreen background and lock surfaces
71c7e4e1 — Leonardo Hernández Hernández 2 years ago
also update locked_bg node position in updatemons()
72d29f16 — Leonardo Hernández Hernández 2 years ago
add blank lines to make updatemons() more readable
e523c2b8 — Leonardo Hernández Hernández 2 years ago
update comment about client_set_size() as no-op
6d0e3a51 — Leonardo Hernández Hernández 2 years ago
check if a client is resizing before checking if it's visible

It's not like it's noticeable, but theoretically this is faster
5347ed66 — Leonardo Hernández Hernández 2 years ago
only mark pending resizes as completed checking the configure serial
6ca01143 — Leonardo Hernández Hernández 2 years ago
do not skip frames if a client is stopped and have a pending resize
7eaa01ac — Leonardo Hernández Hernández 2 years ago
Revert "Revert "fix flickering when resizing/spawning windows""

This reverts commit 4a32293548667e68cd9a103e22368b8db1754deb.
92e77522 — Leonardo Hernández Hernández 2 years ago
disable client's scene node after create it (only XDGShell)

will be enabled when setting up its monitor and arrange it

Bug: https://github.com/djpohly/dwl/issues/306
66828780 — Leonardo Hernández Hernández 2 years ago
call arrange() or resize() depending on c->isfloating in commitnotify
afacc9b0 — Leonardo Hernández Hernández 2 years ago
force SSD when creating an xdg_toplevel_decoration object

Closes: https://github.com/djpohly/dwl/issues/366
Not sure why GLFW apps do not get mapped when we do not tell them the
decoration method
dd9d8d54 — Leonardo Hernández Hernández 2 years ago
remove selclient()

selclient() does not work well when dealing newly mapped
clients (specifically those mapped on invisible tags).

This fixes various bugs related to things not working because selclient() would
return NULL.

References: 94c8bd604870365bc201524b63158623e6f32a8f
686958a4 — Leonardo Hernández Hernández 2 years ago
fix unset fullscreen for all visible clients when mapping a new one

this also changes our policy about when we unset fullscreen:

dwl will unset fullscreen for clients who share tags (and monitor) with a newly
mapped client, it does not matter if the clients are visible or not
1a3d89e5 — Leonardo Hernández Hernández 2 years ago
call checkidleinhibitor() in arrange() and not in focusclient()
Next