-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide YAML config by default (#1067)
Whim now creates a YAML config if one doesn't exist during startup. The docs have been updated to reflect that YAML is now the default option. Existing configs are not overwritten.
- Loading branch information
Showing
37 changed files
with
365 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Monitors | ||
|
||
Customization of your monitor setup is not yet available - sticky workspaces are being tracked in [this GitHub issue](https://github.com/dalyIsaac/Whim/issues/660). | ||
|
||
👷🏗️🚧 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# Plugins Overview | ||
|
||
Whim is build around plugins. Plugins are loaded as required by Whim based on the configuration. | ||
Whim is built around plugins. They provide additional functionality to Whim, such as a bar, floating windows, or a command palette. Plugins are loaded as required by Whim based on the configuration. | ||
|
||
| Plugin | TL;DR | Docs | | ||
| --------------------------- | -------------------------------------------------------------------------------------- | ----------------------------------------------------------- | | ||
| Bar | Adds a configurable bar to the top of each screen | [`plugins.bar`](bar.md) | | ||
| Command Palette | Fuzzy command palette filled with [commands](../core/commands.md) | [`plugins.command_palette`](command-palette.md) | | ||
| Floating Window | Lets windows float outside other layout engines | [`plugins.floating_window`](floating-window.md) | | ||
| Focus | Adds a border around the current window | [`plugins.focus_indicator`](focus-indicator.md) | | ||
| Gaps | Adds gaps between windows | [`plugins.gaps`](gaps.md) | | ||
| Layout Preview | Shows a preview when dragging windows | [`plugins.layout_preview`](layout-preview.md) | | ||
| Slice Layout | Plugin for the [`SliceLayoutEngine`](../core/layout-engines.md#slice) | [`plugins.slice_layout`](slice-layout.md) | | ||
| Tree Layout | Plugin for the [`TreeLayoutEngine`](../core/layout-engines.md#tree) | [`plugins.tree_layout`](tree-layout.md) | | ||
| Tree Layout Bar | Provides a widget for the [Bar](bar.md), for the `TreeLayoutEngine` | [`plugins.bar`](bar.md#tree-layout-widget) | | ||
| Tree Layout Command Palette | Adds `TreeLayoutEngine`-specific commands to the [Command Palette](command-palette.md) | [`plugins.command_palette`](command-palette.md#tree-layout) | | ||
| Updater | Plugin to automatically update Whim | [`plugins.updater`](updater.md) | | ||
| Plugin | TL;DR | Docs | | ||
| --------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | | ||
| Bar | Adds a configurable bar to the top of each screen | [`plugins.bar`](bar.md) | | ||
| Command Palette | Fuzzy command palette filled with [commands](../core/commands.md) | [`plugins.command_palette`](command-palette.md) | | ||
| Floating Window | Lets windows float outside other layout engines | [`plugins.floating_window`](floating-window.md) | | ||
| Focus | Adds a border around the current window | [`plugins.focus_indicator`](focus-indicator.md) | | ||
| Gaps | Adds gaps between windows | [`plugins.gaps`](gaps.md) | | ||
| Layout Preview | Shows a preview when dragging windows | [`plugins.layout_preview`](layout-preview.md) | | ||
| Slice Layout | Plugin for the [`SliceLayoutEngine`](../core/layout-engines.md#slice) | [`plugins.slice_layout`](slice-layout.md) | | ||
| Tree Layout | Plugin for the [`TreeLayoutEngine`](../core/layout-engines.md#tree) | [`plugins.tree_layout`](tree-layout.md) | | ||
| Tree Layout Bar | Provides a widget for the [Bar](bar.md), for the `TreeLayoutEngine` | [`plugins.bar`](bar.md#tree-layout-widget) | | ||
| Tree Layout Command Palette | Adds `TreeLayoutEngine`-specific commands to the [Command Palette](command-palette.md) | [`plugins.command_palette`](command-palette.md#tree-layout-commands) | | ||
| Updater | Plugin to automatically check for updates | [`plugins.updater`](updater.md) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.