diff options
author | William Carroll <wpcarro@gmail.com> | 2019-12-23T11·19+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-06T15·25+0000 |
commit | 7ae17daa981a6ac3f7d44c148867271a9dc71ada (patch) | |
tree | 85ebd6e3757875a1a4f28e8fee7739f23280b0bf /README.md | |
parent | 25ce422abd8c7b2bd11a7906e3d155f83f53bacc (diff) |
Drop support for i3
While I first switched to EXWM warily and thinking it would only be temporary, it seems like this switch is here to stay. It turns out that EXWM was exactly the integration I've been looking for. How serendipitous it that I found it when I did. Thank you, @tazjin.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md index 02215ff7a8d4..0c1223737d27 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ $ cd .. $ gclone FabriceCastel/gvcci ``` -- TODO: Ensure edits to `i3.base` work as expected. - TODO: Integrate Emacs themes into wpgtk. - TODO: Integrate Vim themes into wpgtk. - TODO: add these to the install script @@ -85,12 +84,6 @@ $ for p in $(cat nix-env.txt); do > done ``` -1. Install i3 - -```bash -$ sudo apt-get install i3 -``` - 1. Install dotfiles - TODO: include steps 2-4 in the `make install` command. |