summaryrefslogtreecommitdiff
path: root/shell/Xresources
diff options
context:
space:
mode:
authoranand <anand.panchdhari@gmail.com>2025-12-17 15:57:55 +0530
committeranand <anand.panchdhari@gmail.com>2025-12-17 15:57:55 +0530
commitb7ef29a8886a57aadb787807a7c6cf74c1f0ed3a (patch)
tree366a68240fbc9da6b1d567bd6c46d1350ad814de /shell/Xresources
Nixos
Diffstat (limited to 'shell/Xresources')
-rwxr-xr-xshell/Xresources21
1 files changed, 21 insertions, 0 deletions
diff --git a/shell/Xresources b/shell/Xresources
new file mode 100755
index 0000000..0d7978d
--- /dev/null
+++ b/shell/Xresources
@@ -0,0 +1,21 @@
+
+! Xcursor.theme: windows-cursors
+! Xcursor.size: 22
+*.font: xft:JetBrainsMono NF:style=Normal:size=12
+xterm*dynamicColors: true
+xterm*background: black
+xterm*foreground: grey
+xterm*saveLines: 35000
+XTerm.vt100.backarrowKey: true
+XTerm.vt100.deleteIsDEL: true
+XTerm*selectToClipboard: true
+! xterm*scrollBar: true
+! xterm*rightScrollBar: true
+
+XTerm*VT100.Translations: #override \
+ Ctrl Shift <Key>J: scroll-forw(5, line) \n\
+ Ctrl Shift <Key>K: scroll-back(5, line) \n\
+ Ctrl Shift <Key>Up: scroll-back(1, page) \n\
+ Ctrl Shift <Key>Down: scroll-forw(1, page) \n\
+ Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
+ Ctrl Shift <Key>C: select-end(CLIPBOARD)