From f0d20488d702adfd2ed1222e6aceaebd6ba8bef5 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 9 Jan 2025 03:43:08 +0900 Subject: modified st/config.h --- st/config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'st') diff --git a/st/config.h b/st/config.h index d22d2d4..3879192 100644 --- a/st/config.h +++ b/st/config.h @@ -7,10 +7,10 @@ */ static char *fonts[] = { "monospace:pixelsize=18:antialias=true:autohint=true", - "DejaVu Sans Mono:pixelsize=18:antialias=ture:autohint=true", - "Droid Sans Mono:pixelsize=18:antialias=ture:autohint=true", - "FiraCode Nerd Font Mono:pixelsize=18:antialias=ture:autohint=true", - "Hack Nerd Font Mono:pixelsize=18:antialias=ture:autohint=true", + "nerdmono:pixelsize=18:antialias=true:autohint=true", + "sans:pixelsize=18:antialias=true:autohint=true", + "serif:pixelsize=18:antialias=true:autohint=true", + "sans-serif:pixelsize=18:antialias=true:autohint=true", }; static size_t currentfont = 0; static char *font2[] = { "NotoColorEmoji:pixelsize=14:antialias=true:autohint=true" }; @@ -1032,7 +1032,7 @@ static Key key[] = { { XK_bracketleft, Mod1Mask|ControlMask, "\033[91;7u", 0, 0 }, { XK_bracketleft, Mod1Mask|ControlMask|ShiftMask, "\033[91;8u", 0, 0 }, { XK_bracketleft, Mod1Mask|ShiftMask, "\033[91;4u", 0, 0 }, - // { XK_bracketright, ControlMask, "\033[93;5u", 0, 0 }, + /* { XK_bracketright, ControlMask, "\033[93;5u", 0, 0 }, */ { XK_bracketright, ControlMask|ShiftMask, "\033[93;6u", 0, 0 }, { XK_bracketright, Mod1Mask, "\033[93;3u", 0, 0 }, { XK_bracketright, Mod1Mask|ControlMask, "\033[93;7u", 0, 0 }, -- cgit v1.2.3