summaryrefslogtreecommitdiff
path: root/st
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-09 03:43:08 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-09 03:43:08 +0900
commitf0d20488d702adfd2ed1222e6aceaebd6ba8bef5 (patch)
tree1baf1d39249f1dd79d5a01430a6f39c91fceec2c /st
parentb55794f7247ac6d02bd48ee1c1fab51ced8dc2c5 (diff)
modified st/config.h
Diffstat (limited to 'st')
-rw-r--r--st/config.h10
1 files changed, 5 insertions, 5 deletions
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 },