frei-0xff
c3fef3b7ee
Replaced signal handlers with signalfd + pool
2023-10-29 21:50:45 +02:00
dfuehrer
c306fea426
fixed a bug in interval time updating
2021-07-05 19:17:34 -07:00
dfuehrer
681b8998c2
Merge branch 'master' into fastscroll_fix
...
using pulled version of fix to remove_all bug (with an improvement)
2021-06-01 20:54:26 -07:00
Ivan Mikhnovich
0c268f5fc9
Replace bughy implementation of function 'remove_all()'.
...
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.
2021-05-23 19:24:42 +03:00
dfuehrer
fc80bd975c
reset errno so previous error doesn't cause next check to fail
2021-03-23 18:31:57 -07:00
dfuehrer
da9a2f7286
Added greatest common denominator interval from
...
"Improve performance by sleeping as much as possible #69 "
since the sleeping has been changed.
2021-03-17 00:38:37 -07:00
dfuehrer
d45328c444
finally actually fixed the blocks dissappearing problem completely
2021-03-14 04:16:28 -07:00
dfuehrer
1697346729
merged with master
2021-03-13 23:34:15 -07:00
dfuehrer
73fd031a1d
sorta fixed bug with sleep and timing where interrupting
...
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.
2021-03-13 22:49:34 -07:00
Luke Smith
826e3f1a99
Revert "Mitigates disappearing blocks on fast mouse interaction"
2021-03-02 09:22:17 -05:00
Luke Smith
7101103744
Merge pull request #62 from Federico-Ciuffardi/fast-scrolling-fix
...
Mitigates disappearing blocks on fast mouse interaction
2021-02-24 08:29:53 -05:00
Nihal Jere
9cd6f02395
ignore real-time signals by default, unless explicitly set
2021-02-19 15:05:07 -06:00
Federico Ciuffardi
e7b3d9d9d6
Mitigates disapearing blocks on fast mouse interaction
2021-02-07 18:56:42 -03:00
Luke Smith
7524ccd1e5
update and fork fix
2020-08-28 19:27:12 -04:00
Luke Smith
d3eed01126
Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks
2020-06-02 15:46:11 -04:00
Luke Smith
da7df2f2c2
fix #24
2020-06-02 15:45:47 -04:00
mackarelfish
9adc4dc1e7
Added support for multiple char delimiter
2020-05-30 12:36:18 +07:00
mackarelfish
d1519aa012
Fixed weird blocks behaviour with moving text
2020-05-30 12:21:26 +07:00
Daniel Bylinka
aaeebc4b36
Update status after forking and export with setenv
...
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.
2020-05-18 00:52:18 +02:00
Luke Smith
ff41f8e71e
statuscmd programs forked
2020-05-04 15:27:46 -04:00
MateuszOkulus
6bbd6545f4
Remove newlines from command output
2020-04-24 09:20:34 +02:00
Luke Smith
01e9f1a568
Revert "no longer (unused) icon slot" for bugfix
...
This reverts commit 29485b43b0
.
2020-04-22 20:09:51 -04:00
Luke Smith
29485b43b0
no longer (unused) icon slot
2020-04-13 01:05:25 -04:00
Luke Smith
730022acdf
statuscmd patch for clickable modules
2020-04-13 00:14:56 -04:00
hisakiyo
3e9876c9d6
Update dwmblocks.c
2020-04-09 00:51:56 +02:00
Luke Smith
177d5b4678
old vol commands removed
2020-04-08 11:06:13 -04:00
Luke Smith
b9e29ebe90
blocks.h moved to config.h
2020-03-01 07:01:56 -05:00
Aidan
fa4eeff38d
Added ifndef for openbsd compatibility. SIGRTMIN is not defined on
...
OpenBSD.
2019-12-16 14:35:29 -07:00
Aidan
377f990331
Switched to fgets instead of using fgetc
2019-11-30 14:43:33 -07:00
Aidan
09a00ab345
fixed issue causing segfault on ARM systems
2019-11-30 02:05:10 -07:00
Aidan Hubert
b685f2805f
Fixed garbled last commit
2019-11-27 05:50:38 +00:00
Aidan
1766af7d5e
Added -p option for printing to stdout rather then setting the root window for compatibility with other wms.
2019-11-26 22:43:16 -07:00
Aidan
5ff59d4e8b
Made dwmblocks way more efficient by only setting the name of the root window when something has changed.
2019-11-13 13:58:20 -07:00
Aidan
72dc44f963
Revert "Changed delimeter to accept multiple characters."
...
Bug was found where certain modules caused dwm to lag horribly.
Reverting until a fix can be found.
This reverts commit 3da92ebccb
.
2019-11-07 13:07:19 -07:00
Aidan
3da92ebccb
Changed delimeter to accept multiple characters.
2019-11-04 15:34:34 -07:00
Aidan
690475e1e5
added icons and delimeter
2019-03-29 21:10:46 -06:00
Aidan
ce861dd798
Fixed for loop in getstatus()
2019-03-24 22:32:08 -06:00
Aidan
5ba902a666
Added function declarations and renamed setrootcmd to statusstr.
2019-03-24 21:51:40 -06:00
Aidan
c97d6d119e
Added code files, and Makefile.
2019-03-24 16:31:05 -06:00