remove newterm bind, adjust font
Build/Publish XBPS / build-and-publish (push) Successful in 6s Details

This commit is contained in:
Luca Bilke 2024-04-11 16:31:39 +02:00
parent ec8dddecd8
commit 5d407b2052
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
2 changed files with 3 additions and 4 deletions

View File

@ -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} },

View File

@ -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.