Guest User

Untitled

a guest
Jun 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. i'm trying to get dzen to take an action when it receives a USR1 or USR2 signal, but it's not working
  2. i tried: dzen -e sigusr1=togglehide
  3. and then: killall --signal USR1 dzen
  4. all dzen does is print "n:1" on its STDOUT, but doesn't hide
  5. sending "^togglehide()" to dzen's STDIN works as expected, though
  6. this is with dzen version 0.8.5-svn
  7. and it's not just the togglehide action that dzen is having problems performing after receiving a signal
  8. same thing happens with togglecollapse, and with USR2
Add Comment
Please, Sign In to add comment