summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoruint <abhinav.prsai@gmail.com>2025-12-22 13:09:34 +0000
committeruint <abhinav.prsai@gmail.com>2025-12-22 13:09:34 +0000
commit5b23cbceb21895ed21eb10202230d157aedef773 (patch)
treed08966e563db99533ebfc16e3625c95056966544 /config.h
parent99de1c3d272ba260c855afc09005f1391582d2a0 (diff)
add floating patchHEADmaster
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index 1307d00..114c083 100644
--- a/config.h
+++ b/config.h
@@ -5,8 +5,8 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Gallant12:pixelsize=16:antialias=true:autohint=true";
-static int borderpx = 2;
+static char *font = "Gallant12:pixelsize=22:antialias=true:autohint=true";
+static int borderpx = 20;
/*
* What program is execed by st depends of these precedence rules:
@@ -201,8 +201,8 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_Y, selpaste, {.i = 0} },
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
- { ShiftMask, XK_Page_Up, kscrollup, {.i = -1} },
- { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} },
+ { ShiftMask, XK_Page_Up, kscrollup, {.f = -0.1} },
+ { ShiftMask, XK_Page_Down, kscrolldown, {.f = -0.1} },
};
/*