aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rwxr-xr-xsto/config.def.h2
2 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index d6b39dc..3666e08 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,13 @@ rcctl start apmd
```
-ifconfig iwn0 nwid ID wpakey PASSPHRASE
+ifconfig iwn0 up
+ifconfig iwn0 scan
+echo "join WIFI-NAME wpakey PASSPHRASE" >> /etc/hostname.iwn0
+echo "dhcp" >> /etc/hostname.iwn0
+echo "inet6 autoconf" >> /etc/hostname.iwn0
+echo "up powersave" >> /etc/hostname.iwn0
+dhclient iwn0
```
Take note of the `iwn0`, as this might differ on your machine.
diff --git a/sto/config.def.h b/sto/config.def.h
index 3d8f276..54f0747 100755
--- a/sto/config.def.h
+++ b/sto/config.def.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "JetBrains Mono:pixelsize=8:antialias=true:autohint=true";
+static char *font = "JetBrains Mono:pixelsize=12:antialias=true:autohint=true";
static int borderpx = 4;
/*