aboutsummaryrefslogtreecommitdiff
path: root/misc/.Xresources
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-06-27 23:51:40 +1000
committerYuchen Pei <id@ypei.org>2023-06-27 23:51:40 +1000
commit5142e4227a0d10f8e5481523710b2c17b2054889 (patch)
treea21ccf1e495d814ba0c4c09c2335d43bacaab7d3 /misc/.Xresources
parent002c98545eb799b2293ee98459d534339739b032 (diff)
diff-hl-mode only in prog-mode, and add urxvt
Diffstat (limited to 'misc/.Xresources')
-rw-r--r--misc/.Xresources11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/.Xresources b/misc/.Xresources
new file mode 100644
index 0000000..fe7665d
--- /dev/null
+++ b/misc/.Xresources
@@ -0,0 +1,11 @@
+URxvt.font: xft:Ubuntu Mono:size=15:antialias=true
+URxvt.boldFont: xft:Ubuntu Mono:bold:size=15:antialias=true
+
+! do not scroll with output
+URxvt*scrollTtyOutput: false
+
+! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
+URxvt*scrollWithBuffer: true
+
+! scroll back to the bottom on keypress
+URxvt*scrollTtyKeypress: true