Created
February 9, 2025 21:27
-
-
Save webgtx/756cb63dc71bead3df7235c5f08f59dc to your computer and use it in GitHub Desktop.
Enable copy/paste (URXVT)
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
! Restore Ctrl+Shift+(c|v) | |
URxvt.keysym.Shift-Control-V: eval:paste_clipboard | |
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard | |
URxvt.iso14755: false | |
URxvt.iso14755_52: false | |
! Appearance | |
URxvt.font: xft:Monospace:size=12 | |
URxvt.background: black | |
URxvt.foreground: white | |
URxvt.scrollBar: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment