formatting and minor change

This commit is contained in:
Roberto Alsina 2022-06-25 23:54:39 -03:00
parent bd92e8df38
commit 497ac651c8
2 changed files with 500 additions and 500 deletions

View File

@ -7,7 +7,7 @@
*/
static char *font = "Iosevka Term:pixelsize=16:antialias=true:autohint=true";
static char *font2[] = { "Iosevka Term:pixelsize=16:antialias=true:autohint=true" };
static int borderpx = 2;
static int borderpx = 1;
/*
* What program is execed by st depends of these precedence rules:
@ -157,8 +157,8 @@ static uint forcemousemod = ShiftMask;
*/
static MouseShortcut mshortcuts[] = {
/* mask button function argument release */
{ Button4, XK_NO_MOD, "\031" },
{ Button5, XK_NO_MOD, "\005" },
/*{ Button4, XK_NO_MOD, "\031" },
{ Button5, XK_NO_MOD, "\005" },*/
};
/* Internal keyboard shortcuts. */

View File

@ -7,7 +7,7 @@
*/
static char *font = "Iosevka Term:pixelsize=16:antialias=true:autohint=true";
static char *font2[] = { "Iosevka Term:pixelsize=16:antialias=true:autohint=true" };
static int borderpx = 2;
static int borderpx = 1;
/*
* What program is execed by st depends of these precedence rules:
@ -157,8 +157,8 @@ static uint forcemousemod = ShiftMask;
*/
static MouseShortcut mshortcuts[] = {
/* mask button function argument release */
{ Button4, XK_NO_MOD, "\031" },
{ Button5, XK_NO_MOD, "\005" },
/*{ Button4, XK_NO_MOD, "\031" },
{ Button5, XK_NO_MOD, "\005" },*/
};
/* Internal keyboard shortcuts. */