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
@ -205,7 +205,7 @@ URxvt*lineSpace: 5
|
|||||||
! The characters used as delimiters for double-click word selection
|
! The characters used as delimiters for double-click word selection
|
||||||
! URxvt*cutchars: string
|
! URxvt*cutchars: string
|
||||||
|
|
||||||
!
|
!
|
||||||
! URxvt*{|}
|
! URxvt*{|}
|
||||||
|
|
||||||
! OverTheSpot, OffTheSpot, Root; option -pt.
|
! OverTheSpot, OffTheSpot, Root; option -pt.
|
||||||
@ -275,11 +275,14 @@ URxvt*url-launcher: /usr/bin/xdg-open
|
|||||||
! Compile frills: Sets override-redirect for the terminal window,
|
! Compile frills: Sets override-redirect for the terminal window,
|
||||||
! URxvt*override-redirect: boolean
|
! URxvt*override-redirect: boolean
|
||||||
|
|
||||||
! Turn on/off ISO 14755 (default enabled).
|
! Turn off ISO 14755 which takes ctrl + shift
|
||||||
! URxvt*iso14755: boolean
|
URxvt*iso14755: false
|
||||||
|
URxvt*iso14755_52: false
|
||||||
! Turn on/off ISO 14755 5.2 mode (default enabled).
|
|
||||||
! URxvt*iso14755_52: boolean
|
|
||||||
|
|
||||||
|
! EXPLAIN ME!
|
||||||
URxvt.matcher.button: 1
|
URxvt.matcher.button: 1
|
||||||
URxvt.letterSpace: 0
|
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