diff options
author | Luke Smith <luke@lukesmith.xyz> | 2022-08-15 08:02:47 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2022-08-15 08:02:47 -0400 |
commit | 6f33b1ba55f3aea06b870cd4e384b022ecc695c9 (patch) | |
tree | 96e084ff52fa64865003e50f65cc46861e2e950d /config.h | |
parent | 3144a61c180b678f6b1c23f06e4b434090199fcb (diff) | |
parent | 5858b22bef5f980271178272fa4e690dbfcc4c0b (diff) |
Merge branch 'equwal-lukesmith-0.8.5'
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "mono:pixelsize=12:antialias=true:autohint=true"; -static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; +static char *font2[] = { "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" }; static int borderpx = 2; /* @@ -246,7 +246,6 @@ static char *openurlcmd[] = { "/bin/sh", "-c", "st-urlhandler -o", "externalpipe static char *copyurlcmd[] = { "/bin/sh", "-c", "st-urlhandler -c", "externalpipe", NULL }; static char *copyoutput[] = { "/bin/sh", "-c", "st-copyout", "externalpipe", NULL }; - static Shortcut shortcuts[] = { /* mask keysym function argument */ { XK_ANY_MOD, XK_Break, sendbreak, {.i = 0} }, @@ -555,3 +554,4 @@ static char ascii_printable[] = " !\"#$%&'()*+,-./0123456789:;<=>?" "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_" "`abcdefghijklmnopqrstuvwxyz{|}~"; + |