From 5b23cbceb21895ed21eb10202230d157aedef773 Mon Sep 17 00:00:00 2001 From: uint Date: Mon, 22 Dec 2025 13:09:34 +0000 Subject: add floating patch --- config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.h') 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} }, }; /* -- cgit v1.2.3