aboutsummaryrefslogtreecommitdiff
path: root/dwmblocks.c
AgeCommit message (Expand)Author
2023-11-08Merge branch 'master' of https://github.com/lukesmithxyz/dwmblocksHEADmasterCaleb Noelke
2023-10-29Replaced signal handlers with signalfd + poolfrei-0xff
2022-08-15mergeCaleb Noelke
2022-08-10Explicitly zero signal maskEthan Marshall
2022-08-10Fix bar clickingEthan Marshall
2022-08-09Do not block interrupt/terminate signalsEthan Marshall
2022-08-09Fix statusbar freezingEthan Marshall
2021-07-05fixed a bug in interval time updatingdfuehrer
2021-06-01Merge branch 'master' into fastscroll_fixdfuehrer
2021-05-23Replace bughy implementation of function 'remove_all()'.Ivan Mikhnovich
2021-03-23reset errno so previous error doesn't cause next check to faildfuehrer
2021-03-17Added greatest common denominator interval fromdfuehrer
2021-03-14finally actually fixed the blocks dissappearing problem completelydfuehrer
2021-03-13merged with masterdfuehrer
2021-03-13sorta fixed bug with sleep and timing where interruptingdfuehrer
2021-03-02Revert "Mitigates disappearing blocks on fast mouse interaction"Luke Smith
2021-02-24Merge pull request #62 from Federico-Ciuffardi/fast-scrolling-fixLuke Smith
2021-02-19ignore real-time signals by default, unless explicitly setNihal Jere
2021-02-07Mitigates disapearing blocks on fast mouse interactionFederico Ciuffardi
2020-08-28update and fork fixLuke Smith
2020-06-02Merge branch 'master' of github.com:LukeSmithxyz/dwmblocksLuke Smith
2020-06-02fix #24Luke Smith
2020-05-30Added support for multiple char delimitermackarelfish
2020-05-30Fixed weird blocks behaviour with moving textmackarelfish
2020-05-18Update status after forking and export with setenvDaniel Bylinka
2020-05-04statuscmd programs forkedLuke Smith
2020-04-24Remove newlines from command outputMateuszOkulus
2020-04-22Revert "no longer (unused) icon slot" for bugfixLuke Smith
2020-04-13no longer (unused) icon slotLuke Smith
2020-04-13statuscmd patch for clickable modulesLuke Smith
2020-04-09Update dwmblocks.chisakiyo
2020-04-08old vol commands removedLuke Smith
2020-03-01blocks.h moved to config.hLuke Smith
2019-12-16Added ifndef for openbsd compatibility. SIGRTMIN is not defined onAidan
2019-11-30Switched to fgets instead of using fgetcAidan
2019-11-30fixed issue causing segfault on ARM systemsAidan
2019-11-27Fixed garbled last commitAidan Hubert
2019-11-26Added -p option for printing to stdout rather then setting the root window fo...Aidan
2019-11-13Made dwmblocks way more efficient by only setting the name of the root window...Aidan
2019-11-07Revert "Changed delimeter to accept multiple characters."Aidan
2019-11-04Changed delimeter to accept multiple characters.Aidan
2019-03-29added icons and delimeterAidan
2019-03-24Fixed for loop in getstatus()Aidan
2019-03-24Added function declarations and renamed setrootcmd to statusstr.Aidan
2019-03-24Added code files, and Makefile.Aidan