docs(readme): embed more tutorial videos

This commit is contained in:
LGUG2Z
2023-04-26 11:53:22 -07:00
parent 2520c4abe1
commit 9f16cb91a9
+10 -2
View File
@@ -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`.
[![Watch the tutorial video](https://img.youtube.com/vi/ywiAvoMV_gE/hqdefault.jpg)](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
``` ```
[![Watch the tutorial video](https://img.youtube.com/vi/eGr07mymgWE/hqdefault.jpg)](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
``` ```
[![Watch the tutorial video](https://img.youtube.com/vi/LBoyXQiNINc/hqdefault.jpg)](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
``` ```
[![Watch the tutorial video](https://img.youtube.com/vi/SgmBHKEOcQ4/hqdefault.jpg)](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