mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
108 lines
2.5 KiB
Plaintext
108 lines
2.5 KiB
Plaintext
Xcursor.size: 16
|
|
|
|
!!!
|
|
! Xft for fonts
|
|
!!!
|
|
!Xft.dpi: 144
|
|
Xft.antialias: true
|
|
Xft.lcdfilter: lcddefault
|
|
Xft.rgba: rgb
|
|
Xft.hinting: true
|
|
Xft.hintstyle: hintslight
|
|
Xft.autohint: 0
|
|
|
|
!!!
|
|
! Solarized urxvt
|
|
!!!
|
|
URxvt.depth: 32
|
|
URxvt.geometry: 90x30
|
|
URxvt.transparent: false
|
|
URxvt.fading: 0
|
|
URxvt.urgentOnBell: true
|
|
URxvt.visualBell: false
|
|
URxvt.loginShell: true
|
|
URxvt.saveLines: 50000
|
|
URxvt.internalBorder: 2
|
|
URxvt.lineSpace: 0
|
|
URxvt.iso14755: false
|
|
|
|
! Fonts
|
|
URxvt.font: xft:inconsolata:pixelsize=16,xft:monospace:size=11
|
|
|
|
! Fix font space
|
|
URxvt.letterSpace: -1
|
|
|
|
! Scrollbar and scrolling
|
|
URxvt.scrollStyle: rxvt
|
|
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
|
|
URxvt.perl-ext-common: default,matcher,font-size,eval
|
|
URxvt.matcher.button: 1
|
|
URxvt.urlLauncher: /usr/bin/xdg-open
|
|
URxvt.url-launcher: /usr/bin/xdg-open
|
|
|
|
! Copy/Paste Stuff
|
|
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
|
|
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
|
|
|
|
! Cursor
|
|
URxvt.cursorBlink: true
|
|
URxvt.cursorUnderline: false
|
|
|
|
! Pointer
|
|
URxvt.pointerBlank: true
|
|
|
|
! Disable printing the terminal contents when pressing PrintScreen.
|
|
URxvt.print-pipe: "cat > /dev/null"
|
|
|
|
! Solarized colors begin
|
|
URxvt.background: #002b36
|
|
URxvt.foreground: #657b83
|
|
URxvt.fadeColor: #002b36
|
|
URxvt.cursorColor: #93a1a1
|
|
URxvt.pointerColorBackground: #586e75
|
|
URxvt.pointerColorForeground: #93a1a1
|
|
|
|
!! black dark/light
|
|
URxvt.color0: #073642
|
|
URxvt.color8: #002b36
|
|
|
|
!! red dark/light
|
|
URxvt.color1: #dc322f
|
|
URxvt.color9: #cb4b16
|
|
|
|
!! green dark/light
|
|
URxvt.color2: #859900
|
|
URxvt.color10: #586e75
|
|
|
|
!! yellow dark/light
|
|
URxvt.color3: #b58900
|
|
URxvt.color11: #657b83
|
|
|
|
!! blue dark/light
|
|
URxvt.color4: #268bd2
|
|
URxvt.color12: #839496
|
|
|
|
!! magenta dark/light
|
|
URxvt.color5: #d33682
|
|
URxvt.color13: #6c71c4
|
|
|
|
!! cyan dark/light
|
|
URxvt.color6: #2aa198
|
|
URxvt.color14: #93a1a1
|
|
|
|
!! white dark/light
|
|
URxvt.color7: #eee8d5
|
|
URxvt.color15: #fdf6e3
|