1
0
mirror of https://github.com/klaxalk/i3-layout-manager.git synced 2025-07-05 07:00:12 +02:00

added dependencies to readme

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

@ -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
```