mirror of
https://github.com/klaxalk/i3-layout-manager.git
synced 2025-06-21 03:57:42 +02:00
updated readme
This commit is contained in:
parent
f131569d04
commit
3d9890a271
13
README.md
13
README.md
@ -38,8 +38,17 @@ Currently, its a hacky-type of a shell script, but feel free to contribute :-).
|
|||||||
|
|
||||||
## How to use it?
|
## How to use it?
|
||||||
|
|
||||||
a) By directly running the script `./layout_manager.sh`. It uses *rofi* to interact with the user, no file editing or coding is required. You can bind the script to an i3 key kombination.
|
* By directly running the script
|
||||||
b) The layout manager can load a layout by running `./layout_manager.sh <layout_name>`. This is useful for automation.
|
```bash
|
||||||
|
./layout_manager.sh
|
||||||
|
```
|
||||||
|
It uses *rofi* to interact with the user, no file editing or coding is required.
|
||||||
|
You can bind the script to an i3 key kombination.
|
||||||
|
* The layout manager can load a layout by running
|
||||||
|
```bssh
|
||||||
|
./layout_manager.sh <layout_name>
|
||||||
|
```
|
||||||
|
which is useful for automation.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user