c38f147ead
Added rainbow.el to emacs Showing some extra messages with install.bat and install.sh Added some elisp to check which distro I'm on at that moment, though I don't yet use it
28 lines
No EOL
763 B
Text
28 lines
No EOL
763 B
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 |