Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | up | Joe | 2024-12-24 | 1 | -0/+1 |
| | |||||
* | up | Joe | 2024-12-24 | 1 | -0/+2 |
| | |||||
* | cool | Joe | 2022-08-17 | 1 | -5/+5 |
| | |||||
* | wip | Joe | 2022-08-16 | 1 | -1/+1 |
| | |||||
* | update | Joe | 2022-08-16 | 1 | -17/+23 |
| | |||||
* | Explicitly zero signal mask | Ethan Marshall | 2022-08-10 | 1 | -1/+2 |
| | |||||
* | Fix bar clicking | Ethan Marshall | 2022-08-10 | 1 | -3/+3 |
| | | | | | | Freeze v1 inadvertently blocked the signal which was delivered when clicking. Do not block this signal while redrawing. Instead, only explicitly block real time signals. | ||||
* | Do not block interrupt/terminate signals | Ethan Marshall | 2022-08-09 | 1 | -0/+3 |
| | |||||
* | Fix statusbar freezing | Ethan Marshall | 2022-08-09 | 1 | -1/+12 |
| | | | | | Block signal handlers from running recursively (when a handler is already running) to avoid deadlock on Xorg connection. | ||||
* | fixed a bug in interval time updating | dfuehrer | 2021-07-05 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into fastscroll_fix | dfuehrer | 2021-06-01 | 1 | -5/+7 |
|\ | | | | | | | using pulled version of fix to remove_all bug (with an improvement) | ||||
| * | Replace bughy implementation of function 'remove_all()'. | Ivan Mikhnovich | 2021-05-23 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Counterexample for old implementation: char str[] = "aaa"; remove_all(str, 'a'); printf("%s\n", str); // displays "a" if we're lucky, //or crashes if we're not. | ||||
* | | reset errno so previous error doesn't cause next check to fail | dfuehrer | 2021-03-23 | 1 | -2/+1 |
| | | |||||
* | | Added greatest common denominator interval from | dfuehrer | 2021-03-17 | 1 | -9/+30 |
| | | | | | | | | | | "Improve performance by sleeping as much as possible #69" since the sleeping has been changed. | ||||
* | | finally actually fixed the blocks dissappearing problem completely | dfuehrer | 2021-03-14 | 1 | -41/+55 |
| | | |||||
* | | merged with master | dfuehrer | 2021-03-13 | 1 | -3/+8 |
|\| | |||||
| * | Revert "Mitigates disappearing blocks on fast mouse interaction" | Luke Smith | 2021-03-02 | 1 | -21/+6 |
| | | |||||
| * | Merge pull request #62 from Federico-Ciuffardi/fast-scrolling-fix | Luke Smith | 2021-02-24 | 1 | -6/+21 |
| |\ | | | | | | | Mitigates disappearing blocks on fast mouse interaction | ||||
| | * | Mitigates disapearing blocks on fast mouse interaction | Federico Ciuffardi | 2021-02-07 | 1 | -6/+21 |
| | | | |||||
| * | | ignore real-time signals by default, unless explicitly set | Nihal Jere | 2021-02-19 | 1 | -0/+4 |
| |/ | |||||
| * | update and fork fix | Luke Smith | 2020-08-28 | 1 | -3/+4 |
| | | |||||
* | | sorta fixed bug with sleep and timing where interrupting | dfuehrer | 2021-03-13 | 1 | -6/+23 |
|/ | | | | | | | | dwmblocks by clicking on the bar would interrupt the sleep causing it to reload everything sooner than it should, which would cause slower things to not update and disappear untill they were reloaded. This was especially a problem with using scrolling on blocks. Still occasionally breaks but is much less horrible. | ||||
* | Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks | Luke Smith | 2020-06-02 | 1 | -5/+9 |
|\ | |||||
| * | Added support for multiple char delimiter | mackarelfish | 2020-05-30 | 1 | -5/+9 |
| | | |||||
| * | Fixed weird blocks behaviour with moving text | mackarelfish | 2020-05-30 | 1 | -1/+1 |
| | | |||||
* | | fix #24 | Luke Smith | 2020-06-02 | 1 | -1/+5 |
|/ | |||||
* | Update status after forking and export with setenv | Daniel Bylinka | 2020-05-18 | 1 | -10/+6 |
| | | | | | | | Forking after updating the status can feel unresponsive depending on how long it takes for the command to run. Also link to the statuscmd page on suckless.org instead of the gist. | ||||
* | statuscmd programs forked | Luke Smith | 2020-05-04 | 1 | -19/+25 |
| | |||||
* | Remove newlines from command output | MateuszOkulus | 2020-04-24 | 1 | -0/+15 |
| | |||||
* | Revert "no longer (unused) icon slot" for bugfix | Luke Smith | 2020-04-22 | 1 | -2/+6 |
| | | | | This reverts commit 29485b43b0712062a0ccb99a1301ef071252a95e. | ||||
* | no longer (unused) icon slot | Luke Smith | 2020-04-13 | 1 | -6/+2 |
| | |||||
* | statuscmd patch for clickable modules | Luke Smith | 2020-04-13 | 1 | -31/+79 |
|\ | |||||
| * | Added ifndef for openbsd compatibility. SIGRTMIN is not defined on | Aidan | 2019-12-16 | 1 | -2/+9 |
| | | | | | | | | OpenBSD. | ||||
| * | Switched to fgets instead of using fgetc | Aidan | 2019-11-30 | 1 | -16/+5 |
| | | |||||
| * | fixed issue causing segfault on ARM systems | Aidan | 2019-11-30 | 1 | -0/+4 |
| | | |||||
| * | Fixed garbled last commit | Aidan Hubert | 2019-11-27 | 1 | -12/+0 |
| | | |||||
| * | Added -p option for printing to stdout rather then setting the root window ↵ | Aidan | 2019-11-26 | 1 | -4/+26 |
| | | | | | | | | for compatibility with other wms. | ||||
| * | Made dwmblocks way more efficient by only setting the name of the root ↵ | Aidan | 2019-11-13 | 1 | -11/+9 |
| | | | | | | | | window when something has changed. | ||||
| * | Revert "Changed delimeter to accept multiple characters." | Aidan | 2019-11-07 | 1 | -14/+6 |
| | | | | | | | | | | | | Bug was found where certain modules caused dwm to lag horribly. Reverting until a fix can be found. This reverts commit 3da92ebccb863394a3501ce2d9cbe60ad9aafc8c. | ||||
| * | Changed delimeter to accept multiple characters. | Aidan | 2019-11-04 | 1 | -6/+14 |
| | | |||||
* | | Update dwmblocks.c | hisakiyo | 2020-04-09 | 1 | -1/+1 |
| | | |||||
* | | old vol commands removed | Luke Smith | 2020-04-08 | 1 | -4/+0 |
| | | |||||
* | | blocks.h moved to config.h | Luke Smith | 2020-03-01 | 1 | -5/+5 |
|/ | |||||
* | added icons and delimeter | Aidan | 2019-03-29 | 1 | -9/+17 |
| | |||||
* | Fixed for loop in getstatus() | Aidan | 2019-03-24 | 1 | -1/+1 |
| | |||||
* | Added function declarations and renamed setrootcmd to statusstr. | Aidan | 2019-03-24 | 1 | -12/+20 |
| | |||||
* | Added code files, and Makefile. | Aidan | 2019-03-24 | 1 | -0/+151 |