remove newterm bind, adjust font
All checks were successful
Build/Publish XBPS / build-and-publish (push) Successful in 6s
All checks were successful
Build/Publish XBPS / build-and-publish (push) Successful in 6s
This commit is contained in:
parent
ec8dddecd8
commit
5d407b2052
2 changed files with 3 additions and 4 deletions
5
config.h
5
config.h
|
@ -8,11 +8,11 @@
|
|||
static char *font = "FiraCode Nerd Font:size=12";
|
||||
/* Spare fonts */
|
||||
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 */
|
||||
static uint url_opener_modkey = XK_ANY_MOD;
|
||||
|
@ -282,7 +282,6 @@ static Shortcut shortcuts[] = {
|
|||
{ TERMMOD, XK_Prior, zoom, {.f = +3} },
|
||||
{ TERMMOD, XK_Next, zoom, {.f = -3} },
|
||||
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
|
||||
{ TERMMOD, XK_Return, newterm, {.i = 0} },
|
||||
{ TERMMOD, XK_C, clipcopy, {.i = 0} },
|
||||
{ TERMMOD, XK_V, clippaste, {.i = 0} },
|
||||
{ TERMMOD, XK_O, changealpha, {.f = +0.05} },
|
||||
|
|
|
@ -242,7 +242,7 @@
|
|||
* same CWD (current working directory) as the original st instance.
|
||||
* 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
|
||||
* respects it, will show the st window without window decorations.
|
||||
|
|
Loading…
Add table
Reference in a new issue