Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. Xft.dpi: 150
  2. Xft.antialias: true
  3. Xft.hinting: true
  4. Xft.rgba: rgb
  5. Xft.hintstyle: hintslight
  6.  
  7. rofi.color-enabled: true
  8. rofi.font: Hack Bold 16
  9. rofi.modi: window,run,ssh
  10. rofi.opacity: 90
  11.  
  12. rofi.kb-remove-to-eol: Control+Shift+k
  13. rofi.kb-accept-entry: Control+m,Return,KP_Enter
  14. rofi.kb-row-up: Up,Control+p,Shift+Tab,Shift+ISO_Left_Tab,Control+k
  15. rofi.kb-row-down: Down,Control+n,Control+j
  16.  
  17. rofi.terminal: termite
  18. rofi.run-shell-command: /usr/bin/termite -e '{cmd}'
  19. rofi.ssh-command: {terminal} -e "{ssh-client} {host}"
  20.  
  21. URxvt.scrollBar: false
  22. URxvt.font: xft:Hack:size=10.5
  23. URxvt.url-launcher: /usr/bin/firefox-developer
  24. URxvt*loginShell: true
  25. URxvt*fading: 25
  26. URxvt.internalBorder: 0
  27. URxvt.externalBorder: 0
  28.  
  29. URxvt.secondaryScreen: 1
  30. URxvt.secondaryScroll: 0
  31.  
  32. URxvt.depth: 32
  33.  
  34. !URxvt*background: #222222
  35. ! #5f656b
  36. ! #222222
  37. ! #101218
  38. !URxvt*foreground: #d1d4e0
  39. URxvt*cursorColor: #d1d4e0
  40. URxvt*scrollColor: #d1d4e0
  41. URxvt*highlightColor: #252936
  42. URxvt*highlightTextColor: #C0C5CE
  43.  
  44. ! Colors
  45. #include </home/gilbertw1/.termcolors/doom-one>
  46.  
  47. *color17: #000F1F
  48. *color18: #210000
  49. *color19: #171600
  50.  
  51. *colour17: #000F1F
  52. *colour18: #210000
  53. *colour19: #171600
  54.  
  55.  
  56. URxvt.perl-ext-common: default,matcher,clipboard
  57. URxvt.iso14755: False
  58. URxvt.keysym.Shift-Control-C: perl:clipboard:copy
  59. URxvt.keysym.Shift-Control-V: perl:clipboard:paste
  60. URxvt.clipboard.copycmd: xsel -ib
  61. URxvt.clipboard.pastecmd: xsel -ob
  62.  
  63. urxvt*perl-lib: /usr/lib/urxvt/perl/
  64. urxvt*matcher.button: 1
  65. urxvt*matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-]
  66.  
  67. ! xscreensaver
  68. xscreensaver.dateFormat:
  69. xscreensaver.passwd.body.label:
  70. xscreensaver.passwd.heading.label:
  71. xscreensaver.passwd.login.label:
  72. xscreensaver.passwd.thermometer.width: 2
  73. xscreensaver.passwd.uname: True
  74. xscreensaver.passwd.unlock.label:
  75.  
  76. xscreensaver.Dialog.background: #282A36
  77. xscreensaver.Dialog.foreground: #ffffff
  78. xscreensaver.Dialog.Button.background: #282A36
  79. xscreensaver.Dialog.Button.foreground: #ffffff
  80. xscreensaver.Dialog.text.background: #282A36
  81. xscreensaver.Dialog.text.foreground: #ffffff
  82.  
  83. xscreensaver.Dialog.shadowThickness: 1
  84. xscreensaver.Dialog.topShadowColor: #282A36
  85. xscreensaver.Dialog.bottomShadowColor: #282A36
  86.  
  87. xscreensaver.Dialog.headingFont: -*-hack-bold-r-*-*-20-*-*-*-*-*-*-*
  88. xscreensaver.Dialog.bodyFont: -*-hack-medium-r-*-*-20-*-*-*-*-*-*-*
  89. xscreensaver.Dialog.labelFont: -*-hack-medium-r-*-*-20-*-*-*-*-*-*-*
  90. xscreensaver.Dialog.unameFont: -*-hack-medium-r-*-*-20-*-*-*-*-*-*-*
  91. xscreensaver.Dialog.buttonFont: -*-hack-bold-r-*-*-20-*-*-*-*-*-*-*
  92. xscreensaver.Dialog.dateFont: -*-hack-medium-r-*-*-20-*-*-*-*-*-*-*
  93. xscreensaver.passwd.passwdFont: -*-hack-bold-r-*-*-20-*-*-*-*-*-*-*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement