diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-12-22 13:09:34 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-12-22 13:09:34 +0000 |
| commit | 5b23cbceb21895ed21eb10202230d157aedef773 (patch) | |
| tree | d08966e563db99533ebfc16e3625c95056966544 /config.h | |
| parent | 99de1c3d272ba260c855afc09005f1391582d2a0 (diff) | |
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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} }, }; /* |
