diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-09-04 19:48:43 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-09-04 19:48:43 +0530 |
commit | d070903f1b20fe1beb6a49e272b03a03f71b4daa (patch) | |
tree | e3cd63022c2f963f807412547f5cdb29d3735350 | |
parent | 70c5970847660f622ab23ac44bb16520caa2d433 (diff) |
Changes in config.h
-rw-r--r-- | config.h | 10 | ||||
-rwxr-xr-x | st | bin | 110680 -> 110680 bytes | |||
-rw-r--r-- | x.o | bin | 74808 -> 74808 bytes |
3 files changed, 5 insertions, 5 deletions
@@ -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} }, Binary files differBinary files differ |