summaryrefslogtreecommitdiff
path: root/st/my.diff
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2025-12-02 21:34:46 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2025-12-02 21:34:46 -0800
commit166120b84c30e3125b2c8f7e858ef318c835dd69 (patch)
treed895e70785752ddfac891ef2033b30c70c548225 /st/my.diff
parent10b9983323796413d0c72e4c9f64cbe3652d9f1b (diff)
st as term emu
Diffstat (limited to 'st/my.diff')
-rw-r--r--st/my.diff38
1 files changed, 38 insertions, 0 deletions
diff --git a/st/my.diff b/st/my.diff
new file mode 100644
index 0000000..302566c
--- /dev/null
+++ b/st/my.diff
@@ -0,0 +1,38 @@
+--- 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.