aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-04-10 13:31:56 -0400
committerBradley Taunt <bt@btxx.org>2024-04-10 13:31:56 -0400
commitd828db8c70514d4fc9f7dc46770c6dbd7c84ce0d (patch)
treee63936cf3e6108e2b4f3faf80d8cce365311a1d5
parent2ff28776129ee66bef8abc5c4fee47ae4ad0bcbd (diff)
Minor updates to sto and README
-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;
/*