Update README.md

This commit is contained in:
Tomáš Báča
2020-04-23 14:41:52 +02:00
committed by GitHub
parent d572e47275
commit c1828ac964

View File

@@ -58,12 +58,11 @@ You can bind the script to an i3 key combination.
```bssh ```bssh
./layout_manager.sh <layout_name> ./layout_manager.sh <layout_name>
``` ```
which is useful for automation. which is useful for automation. If the `layout_name` ends with .json, the manager treats the argument as a path to the particular layout file.
## Layout files ## Layout files
The layout files are stored by default in `~/.layouts`. The layout files are stored by default in `~/.layouts` or in `~/.config/i3-layout-manager/layouts`, depending on your `$XDG_CONFIG_HOME`.
Feel free to tinker with the matching rules by hand.
## Dependencies ## Dependencies
@@ -73,7 +72,7 @@ Feel free to tinker with the matching rules by hand.
* rofi * rofi
* xdotool * xdotool
* x11-xserver-utils * x11-xserver-utils
* indent, libanyevent-i3-perl [issue](https://github.com/klaxalk/i3-layout-manager/issues/17) * indent, libanyevent-i3-perl
```bash ```bash
sudo apt install jq vim rofi xdotool x11-xserver-utils indent libanyevent-i3-perl sudo apt install jq vim rofi xdotool x11-xserver-utils indent libanyevent-i3-perl
@@ -83,7 +82,7 @@ sudo apt install jq vim rofi xdotool x11-xserver-utils indent libanyevent-i3-per
* **Does it work on floating windows?** * **Does it work on floating windows?**
Yes Yes, sometimes. Some programs behave strangly, e.g., the *Thunar file* manager fails to load into a floating place holder.
* **Will it run the programs for me?** * **Will it run the programs for me?**