Zanthas

.Xdefaults -Laptop

May 16th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.91 KB | None | 0 0
  1. ! vim: set filetype=xdefaults :
  2. !Include colorscheme file
  3. #include "/home/zanthas/.colors/.shinryuu"
  4.  
  5. URxvt*cursorBlink:        true
  6. URxvt*iconFile: /usr/share/icons/Faenza/apps/32/terminal.png
  7.  
  8. !URxvt*font:       xft:Terminus:pixelsize=9:antialias=false
  9. !URxvt*boldFont:   xft:Terminus:pixelsize=9:antialias=false
  10. URxvt*font: xft:Lime:8
  11. URxvt*boldFont: xft:Lime:8
  12. URxvt.scrollBar: off
  13. URxvt.urgentOnBell:  true
  14.  
  15. urxvt*perl-lib:         /usr/lib/urxvt/perl/
  16. urxvt*perl-ext-common:  default,matcher
  17. urxvt*matcher.button:   1
  18. URxvt*matcher.pattern.1: \\b(mailto|http|https|ftp|file):[/]*[\\w-]\\.[\\w./?&@#-]*[\\w/-]
  19. URxvt*matcher.pattern.2: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
  20. URxvt.url-launcher: firefox
  21. URxvt.keysym.C-Delete:  perl:matcher:last
  22. URxvt.keysym.M-Delete:  perl:matcher:list
  23.  
  24. URxvt.underlineURLs: true
  25. URxvt*fading: 0
  26. !URxvt.iconFile: /usr/share/icons/mate/256x256/apps/gnome-terminal.png
Advertisement
Add Comment
Please, Sign In to add comment