Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bechampion/c0d37b0375dd9956dd020a21b7f3a5b9 to your computer and use it in GitHub Desktop.
Save bechampion/c0d37b0375dd9956dd020a21b7f3a5b9 to your computer and use it in GitHub Desktop.
fortomxdefaults
URxvt.foreground: #ffffff
URxvt.background: #1d1f21
!! black
URxvt.color0: #282a2e
URxvt.color8: #373b41
!! red
URxvt.color1: #FF69B4
URxvt.color9: #cc6666
!! green
URxvt.color2: #8c9440
URxvt.color10: #b5bd68
!! yellow
URxvt.color3: #de935f
URxvt.color11: #f0c674
!! blue
URxvt.color4: #5f819d
URxvt.color12: #81a2be
!! magenta
URxvt.color5: #FF69B4
URxvt.color13: #FF69B4
!! cyan
URxvt.color6: #5e8d87
URxvt.color14: #8abeb7
!! white
URxvt.color7: #F5F5F5
URxvt.color15: #F5F5F5
!! Bell
URxvt.visualBell: False
URxvt.urgentOnBell: True
URxvt.*Bell: True
!! transparent
URxvt*transparent: True
URxvt*shading: 40
!! fonts
!URxvt.font: xft:UbuntuMonoDerivativePowerline-Regular:size=12:antialias=true
URxvt*font: xft:Terminus:pixelsize=22,xft:UbuntuMonoDerivativePowerline-Regular:pixelsize=22
!
!URxvt.font: xft:Terminus:size=12:antialias=false
!URxvt.font: xft:Terminus:pixelsize=14:antialias=false:hinting=false:autohint=false, xft:Terminus (TTF) for Powerline:pixelsize=16:antialias=false:hinting=false:autohint=false
!URxvt.boldFont: xft:Terminus:bold:pixelsize=14:antialias=false:hinting=false:autohint=false, xft:Terminus (TTF) for Powerline:bold:pixelsize=16:antialias=false:hinting=false:autohint=false
URxvt*letterSpace: 0
URxvt.scrollBar: false
URxvt.cursorColor: white
!! Extensions
!! vim scrollback
!urxvt*perl-lib: /home/jgarcia/Projects/urxvt-vim-scrollback/vim-scrollback
!urxvt*perl-ext-common: vim-scrollback
urxvt.vim-scrollback: C-x
urxvt.vim-scrollback-paste: C-p
urxvt.vim-scrollback-bg: 2
urxvt.vim-scrollback-fg: 3
URxvt.perl-ext-common: default,matcher,resize-font,url-select,vim-scrollback
URxvt.colorUL: #4682B4
!! use the clip board that tmux uses
!URxvt.perl-ext-common: matcher,clipboard
URxvt.clipboard.autocopy: false
URxvt.clipboard.pastecmd: xclip -o -sel clipboard
URxvt.clipboard.copycmd: xclip -i -sel clipboard
!! Matcher
URxvt.matcher.button: 1
URxvt.vb: false
URxvt*iso14755: False
URxvt*xterm-keys: on
!! for resizing tmux panes
URxvt.keysym.C-S-Left: string:\033[1;6D
URxvt.keysym.C-S-Right: string:\033[1;6C
URxvt.keysym.C-S-Up: string:\033[1;6A
URxvt.keysym.C-S-Down: string:\033[1;6B
!! url open
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
URxvt.matcher.rend.0: Uline Bold fg5
!! Iconfile
URxvt*iconFile: /usr/share/icons/gnome/22x22/apps/gnome-terminal.png
!! Border
urxvt.borderLess: false
!URxvt.keysym.C-x: perl:keyboard-select:activate
!URxvt.keysym.C-o: perl:keyboard-select:search
!URxvt.searchable-scrollback: CM-s
!URxvt.keysym.M-Escape: perl:keyboard-select:activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment