You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And, more importantly, add some way to run several actions as a batch through IPC and niri msg action. This will allow doing several actions as one atomic sequence and with no delay in-between, which is currently impossible.
Here the binds and the IPC part should be straightforward, but I'm not sure how to parse the arguments in niri msg action. Maybe clap offers something?
Another question is what to do if only one action in the sequence fails a check like allow-when-locked. Here I guess we ignore just the action that fails the check, same as what would happen if you were to run several niri msg action commands one after another.
The text was updated successfully, but these errors were encountered:
Allow binds to run several actions sequentially, e.g.:
And, more importantly, add some way to run several actions as a batch through IPC and
niri msg action
. This will allow doing several actions as one atomic sequence and with no delay in-between, which is currently impossible.Here the binds and the IPC part should be straightforward, but I'm not sure how to parse the arguments in
niri msg action
. Maybe clap offers something?Another question is what to do if only one action in the sequence fails a check like
allow-when-locked
. Here I guess we ignore just the action that fails the check, same as what would happen if you were to run severalniri msg action
commands one after another.The text was updated successfully, but these errors were encountered: