summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-07-10 18:44:15 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-07-10 18:44:15 +0100
commit03bab023f73c35c27742c1beda522c917d27d699 (patch)
treef0943f9c364ebc854e96c9d7a272a6efd4fed122
parentee6ccb20f556a343d090ad35abee6e1f99457472 (diff)
Correct bug for transparency in Default
-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