diff options
| -rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -29,9 +29,14 @@ Automatic reloads from wallpaper.py and colors.py assumes that the `qtile` scrip - Nimbus Sans. - Liberation Sans. -### Usage +### Installation --- -Copy `autostart.sh_example` to `autostart.sh` in the same directory. Make any necessary changes. +```shell +cd /home/$USER/.config/ +git clone https://git.mikekantor.xyz/qtile-config.git qtile +cd qtile +cp ./autostart.sh_example ./autostart.sh +``` ### Defaults --- |
