Don't SIGSTOP when in hide mode
I'd like it so that when the i3 bar is in hide mode the SIGSTOP and SiGCONT signals are NOT sent. I want the bar to continue processing.
I'd like it so that when the i3 bar is in hide mode the SIGSTOP and SiGCONT signals are NOT sent. I want the bar to continue processing.
I found a good lead http://code.stapelberg.de/git/i3/commit/?id=a83e7699e75cad515019aa1ad5f7d59ee236a918 which shows a function in child.c that runs and sends SIGSTOP.
Unfortunatly I found no better solution then just to comment out the lines in ./i3bar/src/child.c that call the stop and continue functions. Then I backed up to the ./i3bar directory and ran
sudo make install
it just replaced my current i3 bar with the modified one without the sigstops that I made.
Asked: 2014-09-16 15:47:48 +0000
Seen: 104 times
Last updated: Sep 17 '14