Command Palette Plugin
The CommandPalettePlugin
adds the command palette to Whim.
plugins:
command_palette:
is_enabled: true
max_height_percent: 40
max_width_pixels: 800
y_position_percent: 20
Configuration
Property |
Description |
is_enabled |
Whether the plugin is enabled. Defaults to true . |
backdrop |
The backdrop to use for the command palette - see Backdrops. |
max_height_percent |
The maximum height of the command palette as a percentage of the monitor height. |
max_width_pixels |
The maximum width of the command palette in pixels. |
y_position_percent |
The y position of the command palette as a percentage of the monitor height. |
Commands
Identifier |
Title |
Keybind |
whim.command_palette.toggle |
Toggle command palette |
Win + Shift + K |
whim.command_palette.activate_workspace |
Activate workspace |
No default keybind |
whim.command_palette.rename_workspace |
Rename workspace |
No default keybind |
whim.command_palette.create_workspace |
Create workspace |
No default keybind |
whim.command_palette.move_window_to_workspace |
Move window to workspace |
No default keybind |
whim.command_palette.move_multiple_windows_to_workspace |
Move multiple windows to workspace |
No default keybind |
whim.command_palette.remove_window |
Select window to remove from Whim |
No default keybind |
whim.command_palette.find_focus_window |
Find and focus window |
No default keybind |
Tree Layout Commands
Identifier |
Title |
Keybind |
whim.tree_layout.command_palette.set_direction |
Opens a new command palette where users can select the direction to add windows in. |
No default keybind |