added dependencies to readme

This commit is contained in:
Tomas Baca 2018-08-28 17:44:52 +02:00
parent a79a68c133
commit edc9a341bf

View File

@ -1,2 +1,15 @@
# i3-layout-manager # i3-layout-manager
Saving, loading and managing layouts for i3wm. Saving, loading and managing layouts for i3wm.
## Dependencies
* vim/nvim
* jq
* i3
* rofi
* xdotool
* x11-xserver-utils
```bash
sudo apt-install jq vim rofi xdotool x11-xserver-utils
```