Skip to content

Instantly share code, notes, and snippets.

@zoqaeski
Created October 31, 2012 06:12
Show Gist options
  • Save zoqaeski/3985284 to your computer and use it in GitHub Desktop.
Save zoqaeski/3985284 to your computer and use it in GitHub Desktop.
urxvt settings
!------------------
!! URxvt - General
!------------------
URxvt*buffered : true
URxvt*font : xft:DejaVu Sans Mono:size=11
URxvt*boldFont : xft:DejaVu Sans Mono:bold:size=11
URxvt*italicFont : xft:DejaVu Sans Mono:italic:size=11
URxvt*boldItalicFont : xft:DejaVu Sans Mono:bold:italic:size=11
URxvt*scrollBar : false
URxvt*saveLines : 16383
URxvt*cursorColor : #858385
!URxvt*cursorColor : #1A1C20
URxvt*cursorBlink : true
URxvt*depth : 32
URxvt*title : Terminal
!URxvt*iconFile : /home/robbie/settings/icons/terminal.png
URxvt*borderWidth : 0
URxvt*internalBorder : 0
URxvt*externalBorder : 0
!URxvt*borderLess : true
URxvt*borderColor : #1A1C20
URxvt.loginshell : false
URxvt.background : [95]#1A1C20
!URxvt.background : rgba:1A1A/1C1C/2020/e6e6
!URxvt.background : #B3AFA9
URxvt*iso14755 : False
!-----------------------
! URxvt Perl extensions
!-----------------------
URxvt*perl-lib : /home/robbie/.config/urxvt/
URxvt*perl-ext : default
URxvt*perl-ext-common : default,clipboard,selection,url-select
URxvt*url-select.launcher : /usr/bin/luakit
URxvt*url-select.underline : true
URxvt*matcher.button : 1
URxvt.keysym.M-u : perl:url-select:select_next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment