Advertisement
Guest User

xresources

a guest
Oct 7th, 2017
2,158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. ! ------------------------------------------------------------------------------
  2. ! URxvt Color theme
  3. ! ------------------------------------------------------------------------------
  4. URxvt*font: xft:Source Code Pro:pixelsize=13:antialias=true:autohinting=true,xft:Noto Emoji
  5. URxvt*scrollBar: false
  6. URxvt.intensityStyles: false
  7. URxvt.transparent: false
  8. URxvt.depth: 24
  9.  
  10. Xft.dpi: 96
  11. Xft.antialias: true
  12. Xft.hinting: true
  13. Xft.rgba: rgb
  14. Xft.autohint: false
  15. Xft.hintstyle: hintslight
  16. Xft.lcdfilter: lcddefault
  17.  
  18. URxvt.perl-ext-common: default,matcher,fullscreen,clipboard
  19. URxvt.url-launcher: /usr/bin/xdg-open
  20. URxvt.matcher.button: 1
  21. URxvt.keysym.F11: perl:fullscreen:switch
  22. URxvt.resize-font.smaller: C-Down
  23. URxvt.resize-font.bigger: C-Up
  24. URxvt.secondaryWheel: 1
  25. URxvt.internalBorder: 5
  26. URxvt.keysym.Shift-Control-V: perl:clipboard:paste
  27. URxvt.iso14755: False
  28. URxvt.keysym.Control-Up: \033[1;5A
  29. URxvt.keysym.Control-Down: \033[1;5B
  30. URxvt.keysym.Control-Left: \033[1;5D
  31. URxvt.keysym.Control-Right: \033[1;5C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement