diff options
| author | Michael Kantor <michael@mikekantor.xyz> | 2026-09-13 01:15:18 -0400 |
|---|---|---|
| committer | Michael Kantor <michael@mikekantor.xyz> | 2026-09-13 01:15:18 -0400 |
| commit | 52575567afdd28a2be25e535180a2bde398b51ce (patch) | |
| tree | 66d4d400bc13fa5c71161a1fc51d1d4d55094234 | |
| parent | e7e42d410f5b06e5385b7ccb3e9c39892a465d4f (diff) | |
| -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 --- |
