Skip to content

Instantly share code, notes, and snippets.

@DovgaNik
Created May 12, 2019 19:02
Show Gist options
  • Save DovgaNik/d4eb79a0befebf72295fe75c1a71061c to your computer and use it in GitHub Desktop.
Save DovgaNik/d4eb79a0befebf72295fe75c1a71061c to your computer and use it in GitHub Desktop.
#Appereance
URxvt*saveLines: 1000
URxvt*scrollBar: false
URxvt*background: #212121
URxvt*foreground: #C0C0C0
#Fonts
URxvt.font:xft:Monospace:pixelsize=15
URxvt.boldfont:xft:Monospace-Bold:pixelsize=15
#Adding libs
URxvt.perl-lib: /home/dovganik/.config/urxvt/perl
URxvt.perl-ext-common: default,matcher,url-select,tabbedex
#Working with URLs
URxvt.matcher.button: 1
URxvt.urlLauncher: firefox
URxvt.underlineURLs: true
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.tabbed.new-button: no
URxvt.tabbed.tabbar-fg: 15
URxvt.tabbed.tabbar-bg: 8
URxvt.tabbed.tab-fg: 8
URxvt.tabbed.tab-bg: 14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment