]> git.sur5r.net Git - i3/i3status/commit
make SIGUSR1 do nothing, so that killall -USR1 i3status will force an update
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 5 Dec 2012 16:47:29 +0000 (17:47 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 5 Dec 2012 16:49:54 +0000 (17:49 +0100)
commit0a608d4af67fe59390f2e8931f61b664f48660db
tree89a7577bdf57512f1ab2313af9f7eb8d483b5c37
parent0eeded8bc013857a5e8a2efbc20002a22502897e
make SIGUSR1 do nothing, so that killall -USR1 i3status will force an update

Sending SIGUSR1 will interrupt the nanosleep() and thus force a new
iteration of i3status’s output loop. The signal handler itself is empty.

Based on the question by ttjjss at
http://faq.i3wm.org/question/854/how-to-force-status-bar-update/
i3status.c
man/i3status.man