index
:
stderr64/dwmtimestatus
this commit
master
Status updater for dwm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
master
Only initialize current_status struct once with memset
stderr64
30 hours
Age
Commit message
Author
30 hours
Only initialize current_status struct once with memset
HEAD
master
stderr64
2026-01-27
Fixed previously missed typo and added showing address of segfault on SIGSEGV...
stderr64
2026-01-27
Check for any error returned by XChangeProperty an not only BadLength.
•••
XChangeProperty can return BadLength or BadValue, not just BadLngth which was the only one checked for previously. BadValue is returned in case where format is not 8, 16, or 32.
stderr64
2026-01-27
XTextProperty is useless so just directly use XChangeProperty with values fro...
stderr64
2026-01-26
Use XChangeProperty directly instead of going through XSetTextProperty
stderr64
2026-01-26
Fixed wrong data type in type cast
stderr64
2026-01-25
Even better initialization of structs
stderr64
2026-01-25
Better initialization of XTextProperty struct
stderr64
2026-01-25
First commit
stderr64
Clone
https://git.xservers.dy.fi/cgit.cgi/stderr64/dwmtimestatus