57 lines
1.3 KiB
Plaintext
57 lines
1.3 KiB
Plaintext
|
! Scrollback position
|
||
|
! TODO Do not work
|
||
|
|
||
|
! 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
|
||
|
|
||
|
|
||
|
! Scrollback buffer in secondary screen
|
||
|
! TODO Do not work
|
||
|
URxvt.secondaryScreen: 1
|
||
|
URxvt.secondaryScroll: 0
|
||
|
|
||
|
|
||
|
! Font declaration
|
||
|
URxvt.font: xft:DejaVu Sans Mono for Powerline:size=12:antialias=true
|
||
|
|
||
|
! Font spacing
|
||
|
URxvt.letterSpace: 0
|
||
|
|
||
|
! No scroll bar
|
||
|
URxvt*scrollBar: false
|
||
|
|
||
|
! Disable Ctrl+Shift default bindings
|
||
|
URxvt.iso14755: false
|
||
|
URxvt.iso14755_52: false
|
||
|
|
||
|
! Copy/Paste CLIPBOARD selection with Ctrl+Shift+C/V
|
||
|
URxvt.keysym.C-S-C: eval:selection_to_clipboard
|
||
|
URxvt.keysym.C-S-V: eval:paste_clipboard
|
||
|
|
||
|
|
||
|
! Extensions
|
||
|
URxvt.perl-ext-common: default,matcher,resize-font
|
||
|
|
||
|
! Clickable URL (extension: matcher)
|
||
|
URxvt.url-launcher: /usr/bin/xdg-open
|
||
|
URxvt.matcher.button: 1
|
||
|
|
||
|
! Changing font size on the fly (extension: resize-font, package: urxvt-resize-font-git)
|
||
|
URxvt.keysym.C-KP_Subtract: resize-font:smaller
|
||
|
URxvt.keysym.C-KP_Add: resize-font:bigger
|
||
|
|
||
|
! Fake transparency (without compositing manager)
|
||
|
urxvt*transparent: true
|
||
|
urxvt*shading: 30
|
||
|
|
||
|
! True transparency (with compositing manager)
|
||
|
!urxvt*depth: 32
|
||
|
!urxvt*background: rgba:2700/2800/2200/c800
|
||
|
|