diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-07-10 18:44:15 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-07-10 18:44:15 +0100 |
commit | 03bab023f73c35c27742c1beda522c917d27d699 (patch) | |
tree | f0943f9c364ebc854e96c9d7a272a6efd4fed122 | |
parent | ee6ccb20f556a343d090ad35abee6e1f99457472 (diff) |
Correct bug for transparency in Default
-rw-r--r-- | Xresources | 7 | ||||
-rw-r--r-- | Xresources.default | 3 |
2 files changed, 5 insertions, 5 deletions
@@ -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 |