mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-11 15:42:43 +02:00
docs(readme): embed more tutorial videos
This commit is contained in:
@@ -370,6 +370,8 @@ komorebic.exe active-window-border-colour [R G B] --window-kind monocle
|
|||||||
|
|
||||||
It is important to note that the active window border will only apply to windows managed by `komorebi`.
|
It is important to note that the active window border will only apply to windows managed by `komorebi`.
|
||||||
|
|
||||||
|
[](https://www.youtube.com/watch?v=ywiAvoMV_gE)
|
||||||
|
|
||||||
#### Removing Gaps
|
#### Removing Gaps
|
||||||
|
|
||||||
If you would like to remove all gaps from a given workspace, both between windows themselves, and between the monitor edges and the windows, you can set the following two configuration options to `0` for the desired monitors and workspaces:
|
If you would like to remove all gaps from a given workspace, both between windows themselves, and between the monitor edges and the windows, you can set the following two configuration options to `0` for the desired monitors and workspaces:
|
||||||
@@ -379,6 +381,8 @@ komorebic.exe container-padding <MONITOR_INDEX> <WORKSPACE_INDEX> 0
|
|||||||
komorebic.exe workspace-padding <MONITOR_INDEX> <WORKSPACE_INDEX> 0
|
komorebic.exe workspace-padding <MONITOR_INDEX> <WORKSPACE_INDEX> 0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
[](https://www.youtube.com/watch?v=eGr07mymgWE)
|
||||||
|
|
||||||
#### Multiple Layout Changes on Startup
|
#### Multiple Layout Changes on Startup
|
||||||
|
|
||||||
❗️**NOTE**: If you followed the quickstart and are using the sample configurations, this is already the default behaviour.
|
❗️**NOTE**: If you followed the quickstart and are using the sample configurations, this is already the default behaviour.
|
||||||
@@ -485,10 +489,12 @@ By default, the mouse will move to the center of the window when the focus is ch
|
|||||||
behaviour is know is 'mouse follows focus'. To disable this behaviour across all workspaces, add the following command
|
behaviour is know is 'mouse follows focus'. To disable this behaviour across all workspaces, add the following command
|
||||||
to your configuration file:
|
to your configuration file:
|
||||||
|
|
||||||
```ahk
|
```powershell
|
||||||
Run, komorebic.exe toggle-mouse-follows-focus, , Hide
|
komorebic.exe mouse-follows-focus disable
|
||||||
```
|
```
|
||||||
|
|
||||||
|
[](https://www.youtube.com/watch?v=LBoyXQiNINc)
|
||||||
|
|
||||||
#### Saving and Loading Resized Layouts
|
#### Saving and Loading Resized Layouts
|
||||||
|
|
||||||
If you create a BSP layout through various resize adjustments that you want to be able to restore easily in the future,
|
If you create a BSP layout through various resize adjustments that you want to be able to restore easily in the future,
|
||||||
@@ -560,6 +566,8 @@ YAML
|
|||||||
configuration: Horizontal
|
configuration: Horizontal
|
||||||
```
|
```
|
||||||
|
|
||||||
|
[](https://www.youtube.com/watch?v=SgmBHKEOcQ4)
|
||||||
|
|
||||||
#### Dynamically Changing Layouts Based on Number of Visible Window Containers
|
#### Dynamically Changing Layouts Based on Number of Visible Window Containers
|
||||||
|
|
||||||
With `komorebi` it is possible to define rules to automatically change the layout on a specified workspace when a
|
With `komorebi` it is possible to define rules to automatically change the layout on a specified workspace when a
|
||||||
|
|||||||
Reference in New Issue
Block a user