feat(cli): add support for starting/stopping masir

This commit adds support to the start and stop commands for starting and
stopping masir.
This commit is contained in:
LGUG2Z
2024-12-07 11:09:38 -08:00
parent 280ca0ffcd
commit 440d78e8f4
2 changed files with 49 additions and 1 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ pub struct StaticConfig {
/// Determine what happens when commands are sent while an unmanaged window is in the foreground (default: Op)
#[serde(skip_serializing_if = "Option::is_none")]
pub unmanaged_window_operation_behaviour: Option<OperationBehaviour>,
/// END OF LIFE FEATURE: Determine focus follows mouse implementation (default: None)
/// END OF LIFE FEATURE: Use https://github.com/LGUG2Z/masir instead
#[serde(skip_serializing_if = "Option::is_none")]
pub focus_follows_mouse: Option<FocusFollowsMouseImplementation>,
/// Enable or disable mouse follows focus (default: true)