remove newterm bind, adjust font
Build/Publish XBPS / build-and-publish (push) Successful in 6s
Details
Build/Publish XBPS / build-and-publish (push) Successful in 6s
Details
This commit is contained in:
parent
ec8dddecd8
commit
5d407b2052
5
config.h
5
config.h
|
@ -8,11 +8,11 @@
|
||||||
static char *font = "FiraCode Nerd Font:size=12";
|
static char *font = "FiraCode Nerd Font:size=12";
|
||||||
/* Spare fonts */
|
/* Spare fonts */
|
||||||
static char *font2[] = {
|
static char *font2[] = {
|
||||||
"Noto Color Emoji:size=12",
|
"Noto Color Emoji:size=11",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
static int borderpx = 0;
|
static int borderpx = 2;
|
||||||
|
|
||||||
/* modkey options: ControlMask, ShiftMask or XK_ANY_MOD */
|
/* modkey options: ControlMask, ShiftMask or XK_ANY_MOD */
|
||||||
static uint url_opener_modkey = XK_ANY_MOD;
|
static uint url_opener_modkey = XK_ANY_MOD;
|
||||||
|
@ -282,7 +282,6 @@ static Shortcut shortcuts[] = {
|
||||||
{ TERMMOD, XK_Prior, zoom, {.f = +3} },
|
{ TERMMOD, XK_Prior, zoom, {.f = +3} },
|
||||||
{ TERMMOD, XK_Next, zoom, {.f = -3} },
|
{ TERMMOD, XK_Next, zoom, {.f = -3} },
|
||||||
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
|
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
|
||||||
{ TERMMOD, XK_Return, newterm, {.i = 0} },
|
|
||||||
{ TERMMOD, XK_C, clipcopy, {.i = 0} },
|
{ TERMMOD, XK_C, clipcopy, {.i = 0} },
|
||||||
{ TERMMOD, XK_V, clippaste, {.i = 0} },
|
{ TERMMOD, XK_V, clippaste, {.i = 0} },
|
||||||
{ TERMMOD, XK_O, changealpha, {.f = +0.05} },
|
{ TERMMOD, XK_O, changealpha, {.f = +0.05} },
|
||||||
|
|
|
@ -242,7 +242,7 @@
|
||||||
* same CWD (current working directory) as the original st instance.
|
* same CWD (current working directory) as the original st instance.
|
||||||
* https://st.suckless.org/patches/newterm/
|
* https://st.suckless.org/patches/newterm/
|
||||||
*/
|
*/
|
||||||
#define NEWTERM_PATCH 1
|
#define NEWTERM_PATCH 0
|
||||||
|
|
||||||
/* This patch will set the _MOTIF_WM_HINTS property for the st window which, if the window manager
|
/* This patch will set the _MOTIF_WM_HINTS property for the st window which, if the window manager
|
||||||
* respects it, will show the st window without window decorations.
|
* respects it, will show the st window without window decorations.
|
||||||
|
|
Loading…
Reference in New Issue