sample .mrxvt file

below you will find a copy of the .mrxvt (materm) config file for my user

#
# ----------------------------- TAB-BAR OPTIONS ------------------------------ #
#

Mrxvt.bottomTabbar:             True
Mrxvt.autohideTabbar:           True
Mrxvt.minVisibleTabs:           8
Mrxvt.hideButtons:              True
Mrxvt.syncTabTitle:             True
# Mrxvt.syncTabIcon:            true
Mrxvt.titleFormat:              %n. %t
Mrxvt.highlightTabOnBell:       True
Mrxvt.itabBackground:           #000000
Mrxvt.tabBackground:            #000000
Mrxvt.itabForeground:           #909090
Mrxvt.tabForeground:            #9a9a9a
# Mrxvt.tabbarPixmap:           tabbarbg.png
# Mrxvt.tabUsePixmap:           false

#
# ---------------------- SCROLLING / SCROLLBAR OPTIONS ----------------------- #
#

Mrxvt.scrollBar:                false
Mrxvt.scrollbarRight:           true
Mrxvt.scrollbarStyle:           rxvt
Mrxvt.saveLines:                50000
Mrxvt.scrollTtyOutputInhibit:   true
Mrxvt.scrollTtyKeypress:        true
Mrxvt.scrollColor:              #808080
Mrxvt.troughColor:              #202020
# Mrxvt.scrollbarPixmap:        scrollbarbg.jpg

#
# ------------------------------- TRANSPARENCY ------------------------------- #
#

# True translucency (using Xorg's composite extension).
# Mrxvt.opacity:                75
# Mrxvt.opacityDegree:          5

# Pseudo transparency. As long as you set the background using an esetroot
# compatible program (e.g. feh), then the following will work. It is pretty
# resource friendly too :).
Mrxvt.transparent:              True
Mrxvt.transparentScrollbar:     True
Mrxvt.transparentTabbar:        True
Mrxvt.transparentMenubar:       False

# Color / degree to which the root background should be tinted.
Mrxvt.tintColor:                #000000
Mrxvt.shading:                  75#
# ---------------------------------- FONTS ----------------------------------- #
#

Mrxvt.xft:                      0
Mrxvt.xftFont:                  Bitstream Vera Sans
Mrxvt.xftSize:                  8
Mrxvt.xftAntialias:             1
# Mrxvt.xftHinting:             1
# Mrxvt.xftAutoHint:            1
# Mrxvt.xftGlobalAdvance:       1
# Mrxvt.xftRGBA:                rgb
# Mrxvt.xftslow:                1
Mrxvt.xftNomFont:               1
Mrxvt.xftPFont:                 Bitstream Vera Sans
Mrxvt.xftPSize:                 7
# Mrxvt.textShadow:             red
# Mrxvt.textShadowMode:         botright
# Mrxvt.xftmFont:               SimSun
# Mrxvt.multichar_encoding:     GB
# Mrxvt.inputMethod:            SCIM

#
# ---------------------------------- CURSOR ---------------------------------- #
#
Mrxvt.cursorBlink:              true
Mrxvt.cursorColor:              #00ff00
Mrxvt.cursorColor2:             #000000

#
# ---------------------------------- COLORS ---------------------------------- #
#

# Setup colors for a black background.
Mrxvt.background:               #000000
Mrxvt.foreground:               #9a9a9a
Mrxvt.color0:                   #000000
Mrxvt.color1:                   #af0000
Mrxvt.color2:                   #00af00
Mrxvt.color3:                   #afaf00
Mrxvt.color4:                   #0000af
Mrxvt.color5:                   #af00af
Mrxvt.color6:                   #00afaf
Mrxvt.color7:                   #9a9a9a
Mrxvt.color8:                   #5f5f5f
Mrxvt.color9:                   #d70000
Mrxvt.color10:                  #00d700
Mrxvt.color11:                  #d7d700
Mrxvt.color12:                  #0000d7
Mrxvt.color13:                  #d700d7
Mrxvt.color14:                  #00d7d7
Mrxvt.color15:                  #d7d7d7

Mrxvt.colorBD:                  #00afaf
Mrxvt.colorUL:                  #00af00
Mrxvt.highlightColor:           #303060

# Colors when terminal window looses focus. (Does not work well with Xft).
# Mrxvt.ufBackground:           yellow
# Mrxvt.backgroundFade:         50

#
# ------------------------------- MISC OPTIONS ------------------------------- #
#

# Mrxvt.termName:               xterm
Mrxvt.tabTitle:                 mrxvt
Mrxvt.internalBorder:           2
Mrxvt.cutChars:                 :=/~#@?%&_-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0abcdefghijklmnopqrstuvwxyz
Mrxvt.pointerBlank:             True
Mrxvt.pointerBlankDelay:        10
Mrxvt.protectSecondary:         True
# Mrxvt.loginShell:             True
# Mrxvt.sessionMgt:             true

#
# --------------------------------- PROFILES --------------------------------- #
#

Mrxvt.profile1.foreground:      #809a70
Mrxvt.profile1.background:      #002000
Mrxvt.profile1.command:         su
Mrxvt.profile1.tabTitle:        su
Mrxvt.profile1.workingDirectory:/root
Mrxvt.profile2.command:         !vim
Mrxvt.profile3.saveLines:       0
Mrxvt.profile3.command:         mutt
Mrxvt.profile3.workingDirectory:

#
# ---------------------------- KEYBOARD SHORTCUTS ---------------------------- #
#

Mrxvt.macro.Ctrl+Shift+F1:      NewTab -1
Mrxvt.macro.Ctrl+Shift+F2:      NewTab -2
Mrxvt.macro.Ctrl+Shift+F3:      NewTab -3
Mrxvt.macro.Ctrl+Shift+F4:      NewTab -4

Mrxvt.macro.Primary+Ctrl+Shift+question: PrintScreen -ps perl -e '$_=join("",<STDIN>); s/\n+$/\n/g; print' > /tmp/%p-scrollback
Mrxvt.macro.Primary+Add+Ctrl+Shift+question: NewTab "(Tab %n scrollback)" \!less -ifLR +G /tmp/%p-scrollback; rm /tmp/%p-scrollback

Mrxvt.macro.Primary+Ctrl+slash: PrintScreen -s perl -e '$_=join("",<STDIN>); s/\n+$/\n/g; print' > /tmp/%p-scrollback
Mrxvt.macro.Primary+Add+Ctrl+slash: NewTab "(Tab %n scrollback)" \!view +"syn off| set nospell notitle noreadonly modifiable buftype=nofile |normal G" /tmp/%p-scrollback; rm /tmp/%p-scrollback

Mrxvt.macro.Primary+Shift+Return:       Esc \ec
Mrxvt.macro.Primary+Add+Shift+Return:   Str ^M

# ---------------------------------------------------------------------------- #

#
#                               CLASS SETTINGS
#

#
# ------------------------------- FULL SCREEN -------------------------------- #
#

FullScreen.bottomTabbar:        False
FullScreen.xftSize:             17
FullScreen.xftPSize:            12

FullScreen.minVisibleTabs:      15
FullScreen.smoothResize:        True
FullScreen.fullscreen:          True

#
# ------------------------------- KITCHEN SINK ------------------------------- #
#

KitchenSink.initProfileList:        0,2,3

#
# ------------------------------- FVWM CONSOLE ------------------------------- #
#

FvwmConsole.initProfileList:        4
FvwmConsole.profile4.tabTitle:      FvwmConsole
FvwmConsole.profile4.background:    #101020
FvwmConsole.profile4.holdExit:      4
FvwmConsole.xftSize:                12
FvwmConsole.tintColor:              #181830
FvwmConsole.geometry:               60x15
FvwmConsole.scrollBar:              False

#
# ------------------------------- ROOT CONSOLE ------------------------------- #
#

Root.initProfileList:               1
Root.tintColor:                     #002000
Root.itabBackground:                #002000

# ---------------------------------------------------------------------------- #
«
»

    Leave a Reply

    Your email address will not be published. Required fields are marked *