formatting and minor change
This commit is contained in:
parent
bd92e8df38
commit
497ac651c8
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
static char *font = "Iosevka Term:pixelsize=16:antialias=true:autohint=true";
|
static char *font = "Iosevka Term:pixelsize=16:antialias=true:autohint=true";
|
||||||
static char *font2[] = { "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:
|
* What program is execed by st depends of these precedence rules:
|
||||||
@ -157,8 +157,8 @@ static uint forcemousemod = ShiftMask;
|
|||||||
*/
|
*/
|
||||||
static MouseShortcut mshortcuts[] = {
|
static MouseShortcut mshortcuts[] = {
|
||||||
/* mask button function argument release */
|
/* mask button function argument release */
|
||||||
{ Button4, XK_NO_MOD, "\031" },
|
/*{ Button4, XK_NO_MOD, "\031" },
|
||||||
{ Button5, XK_NO_MOD, "\005" },
|
{ Button5, XK_NO_MOD, "\005" },*/
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Internal keyboard shortcuts. */
|
/* Internal keyboard shortcuts. */
|
||||||
|
6
config.h
6
config.h
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
static char *font = "Iosevka Term:pixelsize=16:antialias=true:autohint=true";
|
static char *font = "Iosevka Term:pixelsize=16:antialias=true:autohint=true";
|
||||||
static char *font2[] = { "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:
|
* What program is execed by st depends of these precedence rules:
|
||||||
@ -157,8 +157,8 @@ static uint forcemousemod = ShiftMask;
|
|||||||
*/
|
*/
|
||||||
static MouseShortcut mshortcuts[] = {
|
static MouseShortcut mshortcuts[] = {
|
||||||
/* mask button function argument release */
|
/* mask button function argument release */
|
||||||
{ Button4, XK_NO_MOD, "\031" },
|
/*{ Button4, XK_NO_MOD, "\031" },
|
||||||
{ Button5, XK_NO_MOD, "\005" },
|
{ Button5, XK_NO_MOD, "\005" },*/
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Internal keyboard shortcuts. */
|
/* Internal keyboard shortcuts. */
|
||||||
|
Loading…
Reference in New Issue
Block a user