diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-11-08 23:43:11 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-11-08 23:43:11 +0100 |
commit | 96c38592a2df2887cb6c173710e450a8ea1f6910 (patch) | |
tree | 901841552c0698eadd7929f432e4c735febe4ca0 | |
parent | 137e4af8eb16df4a927f05e8f506d361f7bb8e15 (diff) |
Remove joy
-rw-r--r-- | config.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,8 +13,7 @@ static char *font = "monospace:pixelsize=11:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { - "Symbols Nerd Font:pixelsize=12:antialias=true:autohint=true", - "JoyPixels:pixelsize=10:antialias=true:autohint=true"}; + "Symbols Nerd Font:pixelsize=12:antialias=true:autohint=true"}; static int borderpx = 2; /* |