mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-25 10:08:33 +02:00
feat(cli): add cmds to clear workspace rules
This commit adds three new commands, clear-workspace-rules, clear-named-workspace-rules and clear-all-workspace-rules, to allow users to remove workspace rules at runtime. These commands do not distinguish between initial or persistent workspace rules. If there is a clear use case for this distinction, this decision can be revisited at a later date. resolve #908
This commit is contained in:
@@ -160,6 +160,9 @@ pub enum SocketMessage {
|
||||
InitialNamedWorkspaceRule(ApplicationIdentifier, String, String),
|
||||
WorkspaceRule(ApplicationIdentifier, String, usize, usize),
|
||||
NamedWorkspaceRule(ApplicationIdentifier, String, String),
|
||||
ClearWorkspaceRules(usize, usize),
|
||||
ClearNamedWorkspaceRules(String),
|
||||
ClearAllWorkspaceRules,
|
||||
FloatRule(ApplicationIdentifier, String),
|
||||
ManageRule(ApplicationIdentifier, String),
|
||||
IdentifyObjectNameChangeApplication(ApplicationIdentifier, String),
|
||||
|
||||
Reference in New Issue
Block a user