diff options
author | Blaise Thompson <blaise@untzag.com> | 2017-12-27 13:27:50 -0600 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2017-12-27 13:27:50 -0600 |
commit | 02598be9d73f6ba4f2f71c49c0c923d79485605f (patch) | |
tree | a78235776a7f0a1319948b7a5cb51d58be1d451b | |
parent | e068a2cc032423ffa8d0c7f2c0140db96f722873 (diff) | |
parent | 0021ca774d43c3a23405a9edd0751efd43a2e747 (diff) |
Merge branch 'master' of github.com:untzag/dotfiles
-rw-r--r-- | i3/config | 4 | ||||
-rwxr-xr-x | install.sh | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -192,4 +192,6 @@ hide_edge_borders both # --- software ------------------------------------------------------------------------------------ -exec insync start
\ No newline at end of file +exec insync start + +exec xset -b # never beep @@ -26,6 +26,9 @@ install imagemagick install scrot install insync install ranger +install tree +install aspell +install aspell-en # i3 yaourt -S i3-gaps --needed |