mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-03-03 13:10:38 +01:00
conf/Xresources: enable Ctrl + Shift + C/V
This commit is contained in:
parent
4877b2e45b
commit
0695c61702
@ -275,11 +275,14 @@ URxvt*url-launcher: /usr/bin/xdg-open
|
||||
! Compile frills: Sets override-redirect for the terminal window,
|
||||
! URxvt*override-redirect: boolean
|
||||
|
||||
! Turn on/off ISO 14755 (default enabled).
|
||||
! URxvt*iso14755: boolean
|
||||
|
||||
! Turn on/off ISO 14755 5.2 mode (default enabled).
|
||||
! URxvt*iso14755_52: boolean
|
||||
! Turn off ISO 14755 which takes ctrl + shift
|
||||
URxvt*iso14755: false
|
||||
URxvt*iso14755_52: false
|
||||
|
||||
! EXPLAIN ME!
|
||||
URxvt.matcher.button: 1
|
||||
URxvt.letterSpace: 0
|
||||
|
||||
! enable ctrl + shift + c/v https://unix.stackexchange.com/a/329556
|
||||
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
|
||||
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
|
||||
|
Loading…
x
Reference in New Issue
Block a user