56 lines
1.4 KiB
Plaintext
56 lines
1.4 KiB
Plaintext
! Scrollback position
|
|
! TODO Does 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 Does not work
|
|
URxvt.secondaryScreen: 1
|
|
URxvt.secondaryScroll: 0
|
|
|
|
|
|
! No scroll bar
|
|
URxvt*scrollBar: false
|
|
|
|
|
|
! Font declaration
|
|
URxvt.font: xft:DejaVu Sans Mono for Powerline:size=12:antialias=true,xft:Symbola:size=12:antialias=true
|
|
|
|
! Font spacing
|
|
URxvt.letterSpace: 0
|
|
|
|
! 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: resize-font,bell-command,readline,selection
|
|
|
|
! 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
|
|
|
|
! Bell command (extension: bell-command)
|
|
URxvt.bell-command: play -n synth sine C5 sine E4 remix 1-2 fade 0.1 0.2 0.1 &> /dev/null
|