From 03bab023f73c35c27742c1beda522c917d27d699 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 10 Jul 2015 18:44:15 +0100 Subject: Correct bug for transparency in Default --- Xresources | 7 +++++-- Xresources.default | 3 --- 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 -- cgit v1.2.3