diff options
author | Marvin Borner | 2020-03-31 19:24:14 +0200 |
---|---|---|
committer | Marvin Borner | 2020-03-31 19:24:14 +0200 |
commit | 204b319f4bff15745cbbcb616867dcd66853937f (patch) | |
tree | d76bb1d84546a945dcdac362a882dcea1e88e148 | |
parent | a4ee43d4ba6d62725d8481fdb95ff2af497f0f66 (diff) |
Smaller font and android bridging
-rw-r--r-- | .repos/st/config.h | 2 | ||||
-rwxr-xr-x | .scripts/android_bridge | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.repos/st/config.h b/.repos/st/config.h index 3a8a45c..bb36f5c 100644 --- a/.repos/st/config.h +++ b/.repos/st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Hack Nerd Font Mono:pixelsize=18:antialias=true:autohint=true"; +static char *font = "Iosevka Term:pixelsize=18:antialias=true:autohint=true"; static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; static int borderpx = 0; diff --git a/.scripts/android_bridge b/.scripts/android_bridge new file mode 100755 index 0000000..523b0ff --- /dev/null +++ b/.scripts/android_bridge @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +sudo adb kill-server +sudo adb start-server +scrcpy |