#-------------------------------------------------------------------- # $Id: .mrxvtrc.,v 0.7 2008/01/05 22:37:12 drscream Exp $ # Copyright 2008 Frubar Network (drscream@frubar.net) #-------------------------------------------------------------------- # ---------------------------------------------------------------------------- # # GLOBAL SETTINGS # ---------------------------------------------------------------------------- # # The value of the TERM environment variable. Default is rxvt. If you have # trouble, try uncommenting the following line. Mrxvt.termName: xterm # Don't close the tab if the secondary screen is displayed (e.g. when running # vim). Mrxvt.protectSecondary: True # Run as a login shell. Mrxvt.loginShell: True # Enable session management # Mrxvt.sessionMgt: True Mrxvt.hideButtons: True Mrxvt.scrollBar: False Mrxvt.autohideTabbar: True Mrxvt.minVisibleTabs: 8 # Make the terminal title the same as the active tab title. Mrxvt.syncTabTitle: True Mrxvt.syncTabIcon: True # Highlight inactive tabs only when they sound a bell (and not whenever they # produce output). Mrxvt.highlightTabOnBell: True # Make double click select whole URL's Mrxvt.cutChars: :=/~#@?%&_-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0abcdefghijklmnopqrstuvwxyz # ---------------------------------------------------------------------------- # # SHORTCUT MACROS # ---------------------------------------------------------------------------- # Mrxvt.macro.Primary+Shift+Prior: Scroll -1p Mrxvt.macro.Primary+Shift+Next: Scroll +1p Mrxvt.macro.Shift+Insert: Paste Mrxvt.macro.Alt+t: NewTab Mrxvt.macro.Alt+w: Close 0 Mrxvt.macro.Ctrl+Shift+q: Close Mrxvt.macro.Alt+v: Paste Mrxvt.macro.Ctrl+Delete: SetTitle # Run through the tabs Mrxvt.macro.Alt+Ctrl+Left: GotoTab -1 Mrxvt.macro.Alt+Ctrl+Right: GotoTab +1 Mrxvt.macro.Alt+Tab: GotoTab 0 Mrxvt.macro.Alt+1: GotoTab 1 Mrxvt.macro.Alt+2: GotoTab 2 Mrxvt.macro.Alt+3: GotoTab 3 Mrxvt.macro.Alt+4: GotoTab 4 Mrxvt.macro.Alt+5: GotoTab 5 Mrxvt.macro.Alt+6: GotoTab 6 Mrxvt.macro.Alt+7: GotoTab 7 Mrxvt.macro.Alt+8: GotoTab 8 Mrxvt.macro.Alt+9: GotoTab 9 Mrxvt.macro.Alt+0: GotoTab 10 # Duplicate the tab Mrxvt.macro.Ctrl+Shift+n: NewTab - # Move tabs Mrxvt.macro.Ctrl+Shift+Left: MoveTab -1 Mrxvt.macro.Ctrl+Shift+Right: MoveTab +1 # Resize the font Mrxvt.macro.Alt+equal: ResizeFont +1 Mrxvt.macro.Alt+minus: ResizeFont -1 # Scrolling Mrxvt.macro.Primary+Shift+Up: Scroll -1 Mrxvt.macro.Primary+Shift+Down: Scroll +1 Mrxvt.macro.Primary+Shift+Home: Scroll -1000000 Mrxvt.macro.Primary+Shift+End: Scroll +1000000 # ---------------------------------------------------------------------------- # # COLOR CONFIGURATION # ---------------------------------------------------------------------------- # # Default colors Mrxvt.background: black Mrxvt.foreground: gray # Tab bar colors Mrxvt.itabBackground: #101010 Mrxvt.tabBackground: #000000 Mrxvt.itabForeground: #909090 Mrxvt.tabForeground: #9a9a9a # Tango Color Theme Mrxvt.color0: rgb:2e2e/3434/3636 Mrxvt.color1: rgb:cccc/0000/0000 Mrxvt.color2: rgb:4e4e/9a9a/0606 Mrxvt.color3: rgb:c4c4/a0a0/0000 Mrxvt.color4: rgb:3434/6565/a4a4 Mrxvt.color5: rgb:7575/5050/7b7b Mrxvt.color6: rgb:0606/9820/9a9a Mrxvt.color7: rgb:d3d3/d7d7/cfcf Mrxvt.color8: rgb:5555/5757/5353 Mrxvt.color9: rgb:efef/2929/2929 Mrxvt.color10: rgb:8a8a/e2e2/3434 Mrxvt.color11: rgb:fcfc/e9e9/4f4f Mrxvt.color12: rgb:7272/9f9f/cfcf Mrxvt.color13: rgb:adad/7f7f/a8a8 Mrxvt.color14: rgb:3434/e2e2/e2e2 Mrxvt.color15: rgb:eeee/eeee/ecec # Transparency Mrxvt.transparent: True Mrxvt.shading: 85 Mrxvt.transparentTabbar: False # ---------------------------------------------------------------------------- # # FONT CONFIGURATION # ---------------------------------------------------------------------------- # Mrxvt.xft: True Mrxvt.xftFont: DejaVu Sans Mono Mrxvt.xftSize: 9 Mrxvt.xftWidth: ultraexpanded Mrxvt.xftWeight: light #Mrxvt.xftAntialias: True Mrxvt.xftBoldWeight: black # Font to use for tab bar / menus. This need not be mono-spaced ;) . Mrxvt.xftNomFont: True Mrxvt.xftPFont: DejaVu Sans Mrxvt.xftPSize: 7 # vim: set ts=8 sts=4: