diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-12-08 11:11:45 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-12-08 11:11:45 -0800 |
| commit | 19b68c9656ec21c604ef3bf56d841304e4335573 (patch) | |
| tree | 0608b661bb741981a431c07b8d34035b7785e0fd /st/my.diff | |
| parent | a82a073043c1475b46e1e6963c7078df24399745 (diff) | |
st patches to git
Diffstat (limited to 'st/my.diff')
| -rw-r--r-- | st/my.diff | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/st/my.diff b/st/my.diff deleted file mode 100644 index 302566c..0000000 --- a/st/my.diff +++ /dev/null @@ -1,38 +0,0 @@ ---- config.def.h -+++ config.def.h -@@ -6,7 +6,7 @@ - * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html - */ - static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; --static int borderpx = 2; -+static int borderpx = 0; - - /* - * What program is execed by st depends of these precedence rules: -@@ -16,7 +16,7 @@ - * 4: value of shell in /etc/passwd - * 5: value of shell in config.h - */ --static char *shell = "/bin/sh"; -+static char *shell = "/bin/bash"; - char *utmp = NULL; - /* scroll program: to enable use a string like "scroll" */ - char *scroll = NULL; -@@ -34,7 +34,7 @@ - * - * More advanced example: L" `'\"()[]{}" - */ --wchar_t *worddelimiters = L" "; -+wchar_t *worddelimiters = L" `'\"()[]{}"; - - /* selection timeouts (in milliseconds) */ - static unsigned int doubleclicktimeout = 300; -@@ -45,7 +45,7 @@ - - /* 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. |
