Created
May 5, 2022 09:07
-
-
Save scheckley/80bf0d2f4c64a29e55f015c26e79e272 to your computer and use it in GitHub Desktop.
urxvt Xdefaults
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
*.font: xft:FuraCode\ Nerd\ Font:style=Medium:size=11 | |
*.internalBorder: 10 | |
*.scrollBar: False | |
!! 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: firefox | |
URxvt.underlineURLs: true | |
URxvt.urlButton: 1 | |
URxvt*letterSpace: 0 | |
URxvt.lineSpace: 0 | |
URxvt.depth: 24 | |
URxvt.cursorUnderline: true | |
URxvt.cursorBlink: true | |
URxvt.saveline: 2048 | |
! Specifies the program to be started with a URL argument | |
URxvt*url-launcher: firefox | |
! special | |
*.foreground: #d6deeb | |
*.background: #011627 | |
*.cursorColor: #d6deeb | |
! black | |
*.color0: #011627 | |
*.color8: #575656 | |
! red | |
*.color1: #ef5350 | |
*.color9: #ef5350 | |
! green | |
*.color2: #22da6e | |
*.color10: #22da6e | |
! yellow | |
*.color3: #addb67 | |
*.color11: #ffeb95 | |
! blue | |
*.color4: #82aaff | |
*.color12: #82aaff | |
! magenta | |
*.color5: #c792ea | |
*.color13: #c792ea | |
! cyan | |
*.color6: #21c7a8 | |
*.color14: #7fdbca | |
! white | |
*.color7: #ffffff | |
*.color15: #ffffff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment