Floating Window Plugin
The FloatingWindowPlugin adds the ability to float windows in Whim across workspaces.

plugins:
  floating_window:
    is_enabled: true
Configuration
| Property | Description | 
|---|---|
| is_enabled | Whether the plugin is enabled. Defaults to true. | 
Commands
| Identifier | Title | Keybind | 
|---|---|---|
| whim.floating_window.toggle_window_floating | Toggle window floating | Win + Shift + F | 
| whim.floating_window.mark_window_as_floating | Mark window as floating | Win + Shift + M | 
| whim.floating_window.mark_window_as_docked | Mark window as docked | Win + Shift + D |