Created
January 2, 2020 15:46
-
-
Save littlefuntik/fc4a53a4bb7b8e6fee252916afa219a7 to your computer and use it in GitHub Desktop.
urxvt, perl, hotkeys, clipboard / xfce, dark
This file contains 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
! do not scroll with output | |
URxvt*scrollTtyOutput: false | |
! scroll in relation to buffer (with mouse scroll or Shift+Page Up) | |
URxvt*scrollWithBuffer: true | |
! scroll back to the bottom on keypress | |
URxvt*scrollTtyKeypress: true | |
!Theme Eleven | |
URxvt*background: rgb:33/33/33 | |
URxvt*foreground: rgb:ee/ee/ec | |
URxvt*color0: rgb:33/33/33 | |
URxvt*color1: rgb:ff/a0/a0 | |
URxvt*color2: rgb:65/99/a6 | |
URxvt*color3: rgb:f0/e6/8c | |
URxvt*color4: rgb:65/99/a6 | |
URxvt*color5: rgb:ff/a0/a0 | |
URxvt*color6: rgb:a2/ca/db | |
URxvt*color7: rgb:ee/ee/ec | |
URxvt*color8: rgb:98/9b/88 | |
URxvt*color9: rgb:ff/a0/a0 | |
URxvt*color10: rgb:97/ca/79 | |
URxvt*color11: rgb:f0/e6/8c | |
URxvt*color12: rgb:a2/ca/db | |
URxvt*color13: rgb:ff/a0/a0 | |
URxvt*color14: rgb:a2/ca/db | |
URxvt*color15: rgb:ee/ee/ec | |
URxvt*jumpScroll: True | |
URxvt*skipScroll: True | |
URxvt*transparent: False | |
URxvt*fading: 0 | |
URxvt*fadeColor: black | |
!! https://web.archive.org/web/20090130061234/http://phraktured.net/terminal-colors/ | |
!! URxvt Appearance | |
URxvt*font: xft:Dina:style=Regular:size=10 | |
URxvt*boldFont: xft:Dina:style=Bold:size=10 | |
URxvt*italicFont: xft:Dina:style=Italic:size=10 | |
URxvt*boldItalicFont: xft:Dina:style=Bold Italic:size=10 | |
URxvt.letterSpace: 0 | |
URxvt.lineSpace: 0 | |
URxvt.geometry: 108x32 | |
URxvt.internalBorder: 8 | |
URxvt.cursorBlink: true | |
URxvt.cursorUnderline: false | |
URxvt.saveline: 2048 | |
URxvt.scrollBar: false | |
URxvt.scrollBar_right: false | |
URxvt.urgentOnBell: true | |
URxvt.depth: 24 | |
URxvt.iso14755: false | |
!! Common Keybinds for Navigations | |
URxvt.keysym.Shift-Up: command:\033]720;1\007 | |
URxvt.keysym.Shift-Down: command:\033]721;1\007 | |
URxvt.keysym.Control-Up: \033[1;5A | |
URxvt.keysym.Control-Down: \033[1;5B | |
URxvt.keysym.Control-Right: \033[1;5C | |
URxvt.keysym.Control-Left: \033[1;5D | |
!! Copy Paste & Other Extensions | |
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select | |
URxvt.copyCommand: xclip -i -selection clipboard | |
URxvt.pasteCommand: xclip -o -selection clipboard | |
URxvt.keysym.M-c: perl:clipboard:copy | |
URxvt.keysym.M-v: perl:clipboard:paste | |
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped | |
URxvt.keysym.M-Escape: perl:keyboard-select:activate | |
URxvt.keysym.M-s: perl:keyboard-select:search | |
URxvt.keysym.M-u: perl:url-select:select_next | |
URxvt.urlLauncher: chromium | |
URxvt.underlineURLs: true | |
URxvt.urlButton: 1 |
Author
littlefuntik
commented
Jan 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment