Open sidequestboy opened 4 years ago
I had suggested in #41 that we extend the syntax of --not-when-* flags to allow specifying for individual timers. The original suggestion was:
--not-when-*
xidlehook [FLAGS] [OPTIONS] --timer <duration> <command> <canceller> [--not-when-audio][--not-when-fullscreen]
Where OPTIONS includes
OPTIONS
--timer <duration> <command> <canceller> [--not-when-audio][--not-when-fullscreen]
and FLAGS includes
FLAGS
--not-when-audio --not-when-fullscreen
so that if a --not-when-* flag follows a --timer option, it applies only to that timer, and if it precedes all --timer options, it applies to all timers.
--timer
I'll try to make a PR about this once I figure out this rust stuff.
I had suggested in #41 that we extend the syntax of
--not-when-*
flags to allow specifying for individual timers. The original suggestion was:Where
OPTIONS
includesand
FLAGS
includesso that if a
--not-when-*
flag follows a--timer
option, it applies only to that timer, and if it precedes all--timer
options, it applies to all timers.I'll try to make a PR about this once I figure out this rust stuff.