Name
Nieznany
Ściągnij
Tekst
Syntax
Plain Text
Tabwidth
0
Data
Mon, 11 Feb 2008 13:29:58 -0600

  1. Mrxvt.geometry:            85x23+10+80
  2.  
  3. #
  4. # -----------------------------    TAB-BAR OPTIONS
  5. ------------------------------ #
  6. #
  7.  
  8. Mrxvt.autohideTabbar:        False
  9. #Mrxvt.minVisibleTabs:        5
  10. Mrxvt.maxTabWidth:        17
  11. Mrxvt.syncTabTitle:        True
  12. Mrxvt.highlightTabOnBell:    True
  13. Mrxvt.itabBackground:        #101010
  14. Mrxvt.tabBackground:        #000000
  15. Mrxvt.itabForeground:        #909090
  16. Mrxvt.tabForeground:        #9a9a9a
  17. Mrxvt.bottomTabbar:        True
  18. Mrxvt.tabTitle:            Terminal
  19. Mrxvt.titleFormat:        %n. %t
  20. #
  21. # ---------------------- SCROLLING / SCROLLBAR OPTIONS
  22. -----------------------
  23. #
  24. #
  25.  
  26. Mrxvt.scrollbarRight:        true
  27. Mrxvt.scrollbarStyle:        rxvt
  28. Mrxvt.saveLines:        500
  29. Mrxvt.scrollTtyOutputInhibit:    true
  30. Mrxvt.scrollTtyKeypress:    true
  31. Mrxvt.scrollColor:        #808080
  32. Mrxvt.troughColor:        #202020
  33.  
  34. #
  35. # ------------------------------- TRANSPARENCY
  36. -------------------------------
  37. #
  38. #
  39.  
  40. # True translucency (using Xorg's composite extension).
  41. # Mrxvt.opacity:        75
  42. # Mrxvt.opacityDegree:        5
  43.  
  44. # Pseudo transparency. As long as you set the background using an esetroot
  45. # compatible program (e.g. feh), then the following will work. It is pretty
  46. # resource friendly too :).
  47. Mrxvt.transparent:        True
  48. Mrxvt.transparentScrollbar:    True
  49. Mrxvt.transparentTabbar:    True
  50. Mrxvt.transparentMenubar:    False
  51.  
  52. # Color / degree to which the root background should be tinted.
  53. Mrxvt.tintColor:        #000000
  54. Mrxvt.shading:            60
  55.  
  56. #
  57. # ---------------------------------- FONTS
  58. -----------------------------------
  59. #
  60.  
  61.  
  62. #
  63. # ---------------------------------- FONTS
  64. -----------------------------------
  65. #
  66. #
  67. Mrxvt.xft:            False
  68. Mrxvt.font:            *-*-fixed-medium-r-normal--*-120-*-*-*-*-iso8859-2
  69. Mrxvt.xftFont:            Luxi Sans
  70. Mrxvt.xftSize:            10
  71. Mrxvt.xftAntialias:        1
  72.  
  73. Mrxvt.xftPFont:            Luxi Sans
  74. Mrxvt.xftPSize:            8
  75.  
  76. #
  77. # ---------------------------------- CURSOR
  78. ----------------------------------
  79. #
  80. #
  81. Mrxvt.cursorBlink:        false
  82. Mrxvt.cursorBlinkInterval:    800
  83. Mrxvt.cursorColor:        #ffffff
  84. Mrxvt.cursorColor2:        #ffffff
  85.  
  86. #
  87. # ---------------------------------- COLORS
  88. ----------------------------------
  89. #
  90. #
  91.  
  92. # Setup colors for a black background.
  93. Mrxvt.background:        #000000
  94. Mrxvt.foreground:        #ffffff
  95.  
  96. # This makes reading man pages a little easier.
  97. Mrxvt.colorBD:            #00afaf
  98. Mrxvt.colorUL:            #00af00
  99.  
  100.  
  101. #
  102. # ------------------------------- MISC OPTIONS
  103. -------------------------------
  104. #
  105. #
  106.  
  107. # Border to leave around terminal text
  108. Mrxvt.internalBorder:        2
  109.  
  110. # Make double click select whole URL's
  111. Mrxvt.cutChars:           
  112. :=/~#@?%&_-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0abcdefghijklmnopqrstuvwxyz
  113.  
  114. # Blank the mouse pointer on keystrokes or after 10 seconds of inactivity.
  115. Mrxvt.pointerBlank:        True
  116. Mrxvt.pointerBlankDelay:    3
  117.  
  118. # Don't close the tab if the secondary screen is displayed (e.g. when running
  119. # vim).
  120. Mrxvt.protectSecondary:        True
  121.  
  122. # Run as a login shell.
  123. # Mrxvt.loginShell:        True
  124.  
  125. # Enable session management
  126. #Mrxvt.sessionMgt:        true
  127.  
  128. #
  129. # --------------------------------- PROFILES
  130. ---------------------------------
  131. #
  132. #
  133.  
  134. Mrxvt.profile1.tabTitle:    Terminal
  135. Mrxvt.profile1.workingDirectory:/home/user
  136.  
  137. Mrxvt.profile2.command:        mc
  138. Mrxvt.profile2.tabTitle:    "mc"
  139.  
  140. #
  141. # ------------------------------- Default  ------------------------------- #
  142. #
  143. # Number of tabs to launch initially
  144. # Mrxvt is hard coded to only launch a max of 4 tabs
  145. #Mrxvt.initProfileList:        0,1,2
  146.  
  147.