How to programmatically change configuration parameters? #773
-
Is there a way to programmatically change any configurable parameter of niri, such as with swaymsg? I tried looking through Please correct me if I'm wrong, but it seems as though there's only a limited set of "actions" that can be performed with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
You can apply transient output config changes with |
Beta Was this translation helpful? Give feedback.
You can apply transient output config changes with
niri msg output
, for other things you can just edit the config file on disk (for example, withsed
). The changes will be picked up since it's live-reloaded.