Browse Source

defaults: added urxvt config

Fabian Peter Hammerle 6 years ago
parent
commit
e45c43d3f3
1 changed files with 25 additions and 0 deletions
  1. 25 0
      Xdefaults

+ 25 - 0
Xdefaults

@@ -1,3 +1,28 @@
+*.font: xft:Monospace:size=8
+
+! https://wiki.archlinux.org/index.php/rxvt-unicode
+! 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
+! disable scrollback buffer for secdonary screen (e.g. less)
+urxvt.secondaryScreen: 1
+urxvt.secondaryScroll: 0
+urxvt.secondaryWheel: 1
+urxvt.scrollBar: false
+urxvt.saveLines: 1000000
+urxvt.perl-ext-common: default,matcher,resize-font
+! open urls on click
+urxvt.matcher.button: 1
+urxvt.urlLauncher: sensible-browser
+
+urxvt.keysym.C-equal: resize-font:reset
+urxvt.keysym.C-minus: resize-font:smaller
+urxvt.keysym.C-plus: resize-font:bigger
+urxvt.keysym.C-question:resize-font:show
+
 ! colors from http://terminal.sexy
 
 ! special