Ben Collerson
8c79f8dc15
check client is mapped before setting border color
...
For some reason brave configured for as a wayland client triggers this code on startup and segfaults.
Checking if the client is mapped fixes this, like with the previous fix for urgent border colour.
References: 887fde65a3
Fixes: 72a7d78a1a
2023-10-10 10:16:11 -06:00
Ben Collerson
e5367753bb
just add define
2023-08-22 22:20:39 -06:00
Ben Collerson
9be85c1117
tagcount should have been a #define
2023-08-22 22:20:39 -06:00
Ben Collerson
da77e34ee5
Use uint32_t for ui Arg
2023-04-09 17:09:35 -06:00
Ben Collerson
9d68554c59
remove tag labels from dwl
...
Tag labels are not used in dwl. Only the number of tags is important.
Tag labels should be defined for each tag in whatever status bar is
used.
2023-04-08 11:27:49 -06:00
Ben Collerson
7f9a212476
Add appid field to printstatus() output
...
Adds an appid field to printstatus which can be used to monitor the
currently active application.
2023-02-13 13:30:27 -06:00