104692129f
added .Xdefaults
44 lines
No EOL
1.3 KiB
Text
44 lines
No EOL
1.3 KiB
Text
! General
|
|
urxvt*loginShell: true
|
|
urxvt*scrollBar: false
|
|
urxvt*secondaryScroll: true
|
|
urxvt*saveLines: 65535
|
|
urxvt*cursorBlink: false
|
|
urxvt*urgentOnBell: true
|
|
|
|
! Extensions
|
|
urxvt*perl-lib: /usr/lib/urxvt/perl/
|
|
urxvt*perl-ext-common: default,matcher,searchable-scrollback
|
|
urxvt*urlLauncher: chromium-browser
|
|
urxvt*matcher.button: 1
|
|
! - catch ugly URLs
|
|
!urxvt.cutchars: `()'*<>[]{|}"
|
|
|
|
! Appearance
|
|
! - use a bitmap font
|
|
urxvt*font: -xos4-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
|
|
urxvt*boldFont: -xos4-terminux-bold-*-*-*-14-*-*-*-*-*-*-*
|
|
! - cursor
|
|
urxvt*cursorColor: #DCDCCC
|
|
! - pseudo transparency
|
|
urxvt*shading: 20
|
|
urxvt*transparent: true
|
|
! - color scheme
|
|
urxvt.background: #000000
|
|
urxvt.foreground: #EBEBFF
|
|
urxvt*color0: #000000 ! black
|
|
urxvt*color1: #E01010 ! red
|
|
urxvt*color2: #00AA00 ! green
|
|
urxvt*color3: #FFFF00 ! yellow
|
|
urxvt*color4: #112037 ! blue
|
|
urxvt*color5: #A020F0 ! purple
|
|
urxvt*color6: #5B5BC7 ! cyan
|
|
urxvt*color7: #FEFEFE ! white
|
|
urxvt*color8: #6A6A6A ! bright-black
|
|
urxvt*color9: #FF5555 ! bright-red
|
|
urxvt*color10: #90EE90 ! bright-green
|
|
urxvt*color11: #FFFF2F ! bright-yellow
|
|
urxvt*color12: #5B5BC7 ! bright-blue
|
|
urxvt*color13: #E628BA ! bright-purple
|
|
urxvt*color14: #7D7DFB ! bright-cyan
|
|
urxvt*color15: #FFFFFF ! bright-white |