You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

143 lines
4.3 KiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

mrxvt.profile0.foreground: #ffffff
mrxvt.profile1.foreground: #ffffff
mrxvt.profile2.foreground: #ffffff
mrxvt.profile3.foreground: #ffffff
mrxvt.profile4.foreground: #ffffff
mrxvt.profile0.background: #000000
mrxvt.profile1.background: #000000
mrxvt.profile2.background: #000000
mrxvt.profile3.background: #000000
mrxvt.profile4.background: #000000
mrxvt.profile0.workingDirectory: .
mrxvt.profile0.holdExitText:
Process exited %N with status %S. Press any key to close tab.
mrxvt.profile0.holdExitTitle: (Done) %t
mrxvt.chopEnd: True
mrxvt.highlightTabOnBell: False
mrxvt.syncTabTitle: False
mrxvt.hideTabbar: False
mrxvt.autohideTabbar: True
mrxvt.bottomTabbar: True
mrxvt.hideButtons: False
mrxvt.syncTabIcon: False
mrxvt.veryBoldFont: True
mrxvt.boldColors: False
mrxvt.veryBright: False
mrxvt.title: mrxvt
mrxvt.interceptConsole: False
mrxvt.startIconic: False
mrxvt.maximized: True
mrxvt.fullscreen: False
mrxvt.reverseVideo: False
mrxvt.internalBorder: 2
mrxvt.loginShell: True
mrxvt.tintColor: rgb:00/00/00
mrxvt.shading: 80
mrxvt.backgroundFade: 80
mrxvt.scrollBar: True
mrxvt.scrollbarRight: True
mrxvt.scrollbarFloating: False
mrxvt.scrollTtyOutputInhibit: False
mrxvt.scrollTtyKeypress: False
mrxvt.transparent: False
mrxvt.transparentForce: False
mrxvt.transparentScrollbar: False
mrxvt.transparentMenubar: False
mrxvt.transparentTabbar: False
mrxvt.tabUsePixmap: True
mrxvt.tabTitle: mrxvt
mrxvt.utmpInhibit: False
mrxvt.visualBell: False
mrxvt.currentTabVBell: False
mrxvt.mapAlert: False
mrxvt.meta8: False
mrxvt.mouseWheelScrollPage: False
mrxvt.multibyte_cursor: False
mrxvt.tripleclickwords: False
mrxvt.tabForeground: #9a9a9a
mrxvt.tabBackground: #900000
mrxvt.itabForeground: #909090
mrxvt.itabBackground: #101010
mrxvt.background: #000000
mrxvt.foreground: AntiqueWhite
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
# Display bold and underlined text in color, rather than using the terminal
# attributes. This makes reading man pages a little easier.
mrxvt.colorBD: #00afaf
mrxvt.colorUL: #00af00
# mrxvt.colorRV: #000040
# Display the X selection as highlighted instead of using reverse video.
mrxvt.highlightColor: #303060
# Colors when terminal window looses focus. (Does not work well with Xft).
mrxvt.ufBackground: #202020
mrxvt.backgroundFade: 50
mrxvt.showMenu: False
mrxvt.font: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1
mrxvt.font1: -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1
mrxvt.font2: -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso8859-1
mrxvt.font3: -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
mrxvt.font4: -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-1
mrxvt.font5: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1
mrxvt.mfont: -*-*-*-r-*-*-*-*-*-c-*-iso8859-1
mrxvt.xft: True
mrxvt.xftFont: DejaVu Sans Mono
mrxvt.xftSize: 9
mrxvt.xftPSize: 9
FvwmConsole.xftSize: 9
mrxvt.xftSlowOutput: False
mrxvt.xftAntialias: True
mrxvt.xftHinting: True
mrxvt.xftAutoHint: True
mrxvt.xftGlobalAdvance: False
mrxvt.cmdAllTabs: False
mrxvt.protectSecondary: False
mrxvt.clientName: mrxvt
mrxvt.iconName: mrxvt
mrxvt.borderLess: False
mrxvt.overrideRedirect: False
mrxvt.broadcast: False
mrxvt.smartResize: True
mrxvt.smoothResize: False
mrxvt.pointerBlank: False
mrxvt.cursorBlink: True
mrxvt.printPipe: lpr
mrxvt.noSysConfig: False
mrxvt.disableMacros: False
mrxvt.linuxHomeEndKey: False
Mrxvt.cutChars: :=/~#@?%&_-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0abcdefghijklmnopqrstuvwxyz
mrxvt.acsChars: .# o+ ----+---__++--|<> =#.
mrxvt.sessionMgt: False
mrxvt.useFifo: False
mrxvt.macro.Ctrl+Shift+V: Paste CLIPBOARD
mrxvt.macro.Ctrl+Shift+C: Exec !/usr/bin/xclip -o | /usr/bin/xclip -selection clipboard
# vim: set ft=mrxvtrc :