From 04817cc704f6b43ff720ca029f49384a68d25377 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Thu, 1 Dec 2022 18:43:37 -0500 Subject: [PATCH] Update --- FAQ | 0 LEGACY | 0 LICENSE | 0 Makefile | 0 README | 0 TODO | 0 arg.h | 0 config.def.h | 0 config.h | 6 +++--- config.mk | 0 patches/.gitignore | 0 patches/st-alpha-0.8.2.diff | 0 patches/st-anysize-0.8.4.diff | 0 patches/st-dracula-0.8.2.diff | 0 patches/st-scrollback-20200419-72e3f6c.diff | 0 patches/st-scrollback-mouse-20191024-a2c479c.diff | 0 st.1 | 0 st.c | 0 st.h | 0 st.info | 0 win.h | 0 x.c | 0 22 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 FAQ mode change 100644 => 100755 LEGACY mode change 100644 => 100755 LICENSE mode change 100644 => 100755 Makefile mode change 100644 => 100755 README mode change 100644 => 100755 TODO mode change 100644 => 100755 arg.h mode change 100644 => 100755 config.def.h mode change 100644 => 100755 config.h mode change 100644 => 100755 config.mk mode change 100644 => 100755 patches/.gitignore mode change 100644 => 100755 patches/st-alpha-0.8.2.diff mode change 100644 => 100755 patches/st-anysize-0.8.4.diff mode change 100644 => 100755 patches/st-dracula-0.8.2.diff mode change 100644 => 100755 patches/st-scrollback-20200419-72e3f6c.diff mode change 100644 => 100755 patches/st-scrollback-mouse-20191024-a2c479c.diff mode change 100644 => 100755 st.1 mode change 100644 => 100755 st.c mode change 100644 => 100755 st.h mode change 100644 => 100755 st.info mode change 100644 => 100755 win.h mode change 100644 => 100755 x.c diff --git a/FAQ b/FAQ old mode 100644 new mode 100755 diff --git a/LEGACY b/LEGACY old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 diff --git a/README b/README old mode 100644 new mode 100755 diff --git a/TODO b/TODO old mode 100644 new mode 100755 diff --git a/arg.h b/arg.h old mode 100644 new mode 100755 diff --git a/config.def.h b/config.def.h old mode 100644 new mode 100755 diff --git a/config.h b/config.h old mode 100644 new mode 100755 index 5658e96..5e01f10 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=16:antialias=true:autohint=true"; +static char *font = "Hermit:pixelsize=16:antialias=true:autohint=true"; static int borderpx = 2; /* @@ -46,7 +46,7 @@ int allowaltscreen = 1; /* allow certain non-interactive (insecure) window operations such as: setting the clipboard text */ -int allowwindowops = 0; +int allowwindowops = 1; /* * draw latency range in ms - from new content/keypress/etc until drawing. @@ -95,7 +95,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 4; /* bg opacity */ -float alpha = 0.75; +float alpha = 0.65; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { diff --git a/config.mk b/config.mk old mode 100644 new mode 100755 diff --git a/patches/.gitignore b/patches/.gitignore old mode 100644 new mode 100755 diff --git a/patches/st-alpha-0.8.2.diff b/patches/st-alpha-0.8.2.diff old mode 100644 new mode 100755 diff --git a/patches/st-anysize-0.8.4.diff b/patches/st-anysize-0.8.4.diff old mode 100644 new mode 100755 diff --git a/patches/st-dracula-0.8.2.diff b/patches/st-dracula-0.8.2.diff old mode 100644 new mode 100755 diff --git a/patches/st-scrollback-20200419-72e3f6c.diff b/patches/st-scrollback-20200419-72e3f6c.diff old mode 100644 new mode 100755 diff --git a/patches/st-scrollback-mouse-20191024-a2c479c.diff b/patches/st-scrollback-mouse-20191024-a2c479c.diff old mode 100644 new mode 100755 diff --git a/st.1 b/st.1 old mode 100644 new mode 100755 diff --git a/st.c b/st.c old mode 100644 new mode 100755 diff --git a/st.h b/st.h old mode 100644 new mode 100755 diff --git a/st.info b/st.info old mode 100644 new mode 100755 diff --git a/win.h b/win.h old mode 100644 new mode 100755 diff --git a/x.c b/x.c old mode 100644 new mode 100755