The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

Don't SIGSTOP when in hide mode

asked 2014-09-16 15:47:48 +0000

SuperZanti gravatar image

updated 2014-09-16 17:02:12 +0000

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.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-09-17 04:40:01 +0000

SuperZanti gravatar image

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-09-16 15:47:48 +0000

Seen: 104 times

Last updated: Sep 17 '14