diff options
author | piotr <nwg.piotr@gmail.com> | 2020-03-22 00:28:10 +0100 |
---|---|---|
committer | piotr <nwg.piotr@gmail.com> | 2020-03-22 00:28:10 +0100 |
commit | d8d51eb7b2b2828997ea597a7ea73baa7bdcd4fd (patch) | |
tree | 6ad8c1ae07ea0d2146b7a6df13bdffcc432523b8 /README.md | |
parent | c938782b0fb15595cafc13ba47e23cb0a5a6943c (diff) | |
download | autotiling-d8d51eb7b2b2828997ea597a7ea73baa7bdcd4fd.tar.gz |
i3 desc altered
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ Inspired by https://github.com/olemartinorg/i3-alternating-layout **Arch Linux** 1. Install the `autotiling` (AUR) package. -2. Add `exec autotiling` to the `~/.config/sway/config` or `exec --no-startup-id autotiling` +2. Add `exec autotiling` to the `~/.config/sway/config` or `exec_always --no-startup-id autotiling` to the `~/.config/i3/config` file. @@ -21,4 +21,4 @@ to the `~/.config/i3/config` file. 1. Install the `python-i3ipc>=2.0.1` package (or whatever it's called in your Linux distribution). 2. Save the `autotiling.py` file anywhere, make executable and autostart in your i3/sway config file: -`exec /path/to/the/script/autotiling.py` on sway or `exec --no-startup-id /path/to/the/script/autotiling.py` on i3.
\ No newline at end of file +`exec /path/to/the/script/autotiling.py` on sway or `exec_always --no-startup-id /path/to/the/script/autotiling.py` on i3.
\ No newline at end of file |