summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xresources7
-rw-r--r--Xresources.default3
2 files changed, 5 insertions, 5 deletions
diff --git a/Xresources b/Xresources
index d291062..3ad523b 100644
--- a/Xresources
+++ b/Xresources
@@ -28,8 +28,8 @@ URxvt.url-select.underline: true
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.keysym.M-c: perl:clipboard:copy
-URxvt.keysym.M-v: perl:clipboard:paste
+URxvt.keysym.M-y: perl:clipboard:copy
+URxvt.keysym.M-p: perl:clipboard:paste
URxvt.keysym.F11: perl:fullscreen:switch
! Appearance
@@ -41,3 +41,6 @@ URxvt*internalBorder: 0
! Cursor color
URxvt*cursorColor: Green
+
+! True transparency
+URxvt.depth: 32
diff --git a/Xresources.default b/Xresources.default
index 480b1fa..3a0ea54 100644
--- a/Xresources.default
+++ b/Xresources.default
@@ -1,8 +1,5 @@
# include "/home/urbain/.Xresources"
-! True transparency
-URxvt.depth: 32
-
! Backgreund / Foreground
URxvt*background: [80]Black
URxvt*foreground: White