mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 22:12:53 +01:00
feat(cli): add session float rule cmds
This commit introduces three new commands, session-float-rule, session-float-rules, and clear-session-float-rules, which add a composite float rule for the currently focused window for the duration of the komorebi session, print the float rules scoped to the current komorebi session, and clear any float rules scoped to the current komorebi session respectively. The composite rule created is fairly strict, using MatchingStrategy::Equals on the Exe, Class and Title. Users can run session-float-rule as they are working to avoid having to break their workflow and edit their configuration file, and when they are ready, they can run session-float-rules to print out the composite rules which have been generated and added to the current session to further refine before adding them to their configuration files. re #1402
This commit is contained in:
@@ -206,6 +206,9 @@ nav:
|
||||
- cli/cross-monitor-move-behaviour.md
|
||||
- cli/toggle-cross-monitor-move-behaviour.md
|
||||
- cli/unmanaged-window-operation-behaviour.md
|
||||
- cli/session-float-rule.md
|
||||
- cli/session-float-rules.md
|
||||
- cli/clear-session-float-rules.md
|
||||
- cli/ignore-rule.md
|
||||
- cli/manage-rule.md
|
||||
- cli/initial-workspace-rule.md
|
||||
@@ -247,4 +250,4 @@ nav:
|
||||
- cli/static-config-schema.md
|
||||
- cli/generate-static-config.md
|
||||
- cli/enable-autostart.md
|
||||
- cli/disable-autostart.md
|
||||
- cli/disable-autostart.md
|
||||
Reference in New Issue
Block a user