Skip to content

Instantly share code, notes, and snippets.

@webgtx
Created February 9, 2025 21:27
Show Gist options
  • Save webgtx/756cb63dc71bead3df7235c5f08f59dc to your computer and use it in GitHub Desktop.
Save webgtx/756cb63dc71bead3df7235c5f08f59dc to your computer and use it in GitHub Desktop.
Enable copy/paste (URXVT)
! 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