diff options
| -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 | 
