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