From d070903f1b20fe1beb6a49e272b03a03f71b4daa Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sun, 4 Sep 2022 19:48:43 +0530 Subject: Changes in config.h --- config.h | 10 +++++----- st | Bin 110680 -> 110680 bytes x.o | Bin 74808 -> 74808 bytes 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.h b/config.h index 91ab8ca..c50b9e3 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "UbuntuMono Nerd Font:pixelsize=22:antialias=true:autohint=true"; static int borderpx = 2; /* @@ -170,6 +170,10 @@ static unsigned int defaultattr = 11; */ static uint forcemousemod = ShiftMask; +/* Internal keyboard shortcuts. */ +#define MODKEY Mod1Mask +#define TERMMOD (ControlMask|ShiftMask) + /* * Internal mouse shortcuts. * Beware that overloading Button1 will disable the selection. @@ -183,10 +187,6 @@ static MouseShortcut mshortcuts[] = { { XK_ANY_MOD, Button5, ttysend, {.s = "\005"} }, }; -/* Internal keyboard shortcuts. */ -#define MODKEY Mod1Mask -#define TERMMOD (ControlMask|ShiftMask) - static Shortcut shortcuts[] = { /* mask keysym function argument */ { XK_ANY_MOD, XK_Break, sendbreak, {.i = 0} }, diff --git a/st b/st index d5c638a..2cfd858 100755 Binary files a/st and b/st differ diff --git a/x.o b/x.o index 85e5547..2401b1b 100644 Binary files a/x.o and b/x.o differ -- cgit v1.2.3