mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Update some urxvt resources.
This commit is contained in:
@@ -27,21 +27,29 @@ URxvt.lineSpace: 0
|
|||||||
URxvt.iso14755: false
|
URxvt.iso14755: false
|
||||||
|
|
||||||
! Fonts
|
! Fonts
|
||||||
URxvt*font: xft:inconsolata:pixelsize=16,xft:monospace:size=11
|
URxvt.font: xft:inconsolata:pixelsize=16,xft:monospace:size=11
|
||||||
|
|
||||||
! Fix font space
|
! Fix font space
|
||||||
URxvt.letterSpace: -1
|
URxvt.letterSpace: -1
|
||||||
|
|
||||||
! Scrollbar
|
! Scrollbar and scrolling
|
||||||
URxvt.scrollStyle: rxvt
|
URxvt.scrollStyle: rxvt
|
||||||
URxvt.scrollBar: false
|
URxvt.scrollBar: false
|
||||||
|
! 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
|
||||||
|
|
||||||
|
! Allow apps to manage their own secondary screen
|
||||||
|
URxvt.secondaryScreen: 1
|
||||||
|
URxvt.secondaryScroll: 0
|
||||||
|
|
||||||
! Perl extensions
|
! Perl extensions
|
||||||
URxvt.perl-ext-common: default,matcher,resize-font
|
URxvt.perl-ext-common: default,matcher,font-size
|
||||||
URxvt.matcher.button: 1
|
URxvt.matcher.button: 1
|
||||||
URxvt.urlLauncher: /usr/bin/xdg-open
|
URxvt.urlLauncher: /usr/bin/xdg-open
|
||||||
URxvt.resize-font.smaller: C-Down
|
|
||||||
URxvt.resize-font.bigger: C-Up
|
|
||||||
|
|
||||||
! Cursor
|
! Cursor
|
||||||
URxvt.cursorBlink: true
|
URxvt.cursorBlink: true
|
||||||
@@ -50,6 +58,9 @@ URxvt.cursorUnderline: false
|
|||||||
! Pointer
|
! Pointer
|
||||||
URxvt.pointerBlank: true
|
URxvt.pointerBlank: true
|
||||||
|
|
||||||
|
! Disable printing the terminal contents when pressing PrintScreen.
|
||||||
|
URxvt.print-pipe: "cat > /dev/null"
|
||||||
|
|
||||||
! Solarized colors begin
|
! Solarized colors begin
|
||||||
URxvt.background: #002b36
|
URxvt.background: #002b36
|
||||||
URxvt.foreground: #657b83
|
URxvt.foreground: #657b83
|
||||||
|
|||||||
Reference in New Issue
Block a user