aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd')
-rw-r--r--sys/cmd/dwm/util.c2
-rw-r--r--sys/cmd/term/config.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/sys/cmd/dwm/util.c b/sys/cmd/dwm/util.c
index 445d479..c64e652 100644
--- a/sys/cmd/dwm/util.c
+++ b/sys/cmd/dwm/util.c
@@ -35,7 +35,7 @@ getparentprocess(pid_t p)
uint v = 0;
#if defined(__linux__)
- Stream *f;
+ io·Stream *f;
char buf[256];
snprintf(buf, sizeof(buf) - 1, "/proc/%u/stat", (unsigned)p);
diff --git a/sys/cmd/term/config.h b/sys/cmd/term/config.h
index 1e4603a..f638e8a 100644
--- a/sys/cmd/term/config.h
+++ b/sys/cmd/term/config.h
@@ -6,8 +6,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-// static char *font = "consolas:pixelsize=16:antialias=true";
-static char *font = "FiraCode:pixelsize=16:antialias=true";
+static char *font = "consolas:pixelsize=16:antialias=true";
static int borderpx = 2;
/*