Created
April 26, 2021 05:25
-
-
Save pzskc383/8e10f12495fc52416742820a57d594d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
URxvt*.foreground: #191a1b | |
URxvt*.background: #cacdca | |
URxvt*.color0: #191a1b | |
URxvt*.color8: #827f86 | |
URxvt*.color7: #dfdfdf | |
URxvt*.color15: #f6f5f2 | |
URxvt*.color1: #801124 | |
URxvt*.color9: #ea2d16 | |
URxvt*.color2: #007732 | |
URxvt*.color10: #03922f | |
URxvt*.color4: #003272 | |
URxvt*.color12: #0056ab | |
URxvt*.color3: #818003 | |
URxvt*.color11: #ffd200 | |
URxvt*.color5: #883070 | |
URxvt*.color13: #d85e9d | |
URxvt*.color6: #008080 | |
URxvt*.color14: #03b7cb | |
URxvt.font: xft:Iosevka:size=9 | |
URxvt.boldFont: xft:Iosevka:size=9:bold | |
URxvt.italicFont: xft:Iosevka:size=9:italic | |
URxvt.boldItalicFont: xft:Iosevka:size=9:bold:italic | |
URxvt.termName: rxvt-unicode | |
URxvt.saveLines: 400000 | |
URxvt.loginShell: false | |
URxvt.utmpInhibit: true | |
URxvt.urgentOnBell: true | |
Urxvt.visualBell: true | |
URxvt.mapAlert: true | |
URxvt.intensityStyles: false | |
URxvt.pastableTabs: true | |
URxvt.iso14755: false | |
URxvt.iso14755_52: false | |
URxvt.scrollstyle: plain | |
URxvt.thickness: 8 | |
URxvt.scrollBar_right: true | |
URxvt.scrollColor: #dfdfdf | |
URxvt.borderColor: #c0c3c0 | |
URxvt.cursorColor: #827f86 | |
URxvt.cursorColor2: #191a1b | |
URxvt.scrollTtyOutput: false | |
URxvt.scrollWithBuffer: false | |
URxvt.scrollTtyKeypress: true | |
URxvt.secondaryScreen: true | |
URxvt.secondaryScroll: false | |
URxvt.secondaryWheel: true | |
URxvt.perl-ext-common: matcher,selection,selection-to-clipboard,selection-popup,readline,clipboard-osc,confirm-paste,keyboard-select,newterm,resize-font,overlay-osc | |
URxvt.keysym.Meta-]: perl:keyboard-select:activate | |
URxvt.keysym.Meta-s: perl:keyboard-select:search | |
URxvt.keysym.Meta-n: perl:newterm | |
URxvt.keysym.Meta-p: perl:matcher:list | |
URxvt.matcher.button: 2 | |
! URxvt.matcher.pattern.2: \\B(/\\S+?):(\\d+)(?=:|$) | |
! URxvt.matcher.launcher.2: ~/.bin/urxvt-type-vi.sh $2 $1\n | |
URxvt.url-launcher: ~/.local/bin/qvm-urlopen | |
! URxvt.print-pipe: ~/.bin/urxvt-printpipe.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment