diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-01-20 14:54:43 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-01-20 14:54:43 +0000 |
commit | bc4befd997912eecf83b24bd5ef20e527b562a67 (patch) | |
tree | 6531179f1b0a9c3d3ab4b4f48e644bd40c165b5d /.Xresources | |
parent | 81232a80c564d72b91b8334a3d9c006173783779 (diff) |
Clean .Xresources
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources/base | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.Xresources/base b/.Xresources/base index 4f08fb1..c931db8 100644 --- a/.Xresources/base +++ b/.Xresources/base @@ -5,7 +5,6 @@ URxvt.loginShell : true URxvt.termName : rxvt-256color ! Custom META key -! URxvt*modifier: super URxvt*modifier: alt ! Copy-paste configuration @@ -13,7 +12,7 @@ URxvt.clipboard.copycmd: xclip -i -selection clipboard URxvt.clipboard.pastecmd: xclip -o -selection clipboard ! Perl extensions configuration -URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,fullscreen +URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select URxvt.url-select.launcher: /usr/bin/uzbl-browser URxvt.url-select.underline: true @@ -23,7 +22,6 @@ URxvt.keysym.M-s: perl:keyboard-select:search URxvt.keysym.M-u: perl:url-select:select_next URxvt.keysym.M-y: perl:clipboard:copy URxvt.keysym.M-p: perl:clipboard:paste -URxvt.keysym.F11: perl:fullscreen:switch ! Appearance URxvt*font: xft:DejaVu Sans Mono:size=12 @@ -31,4 +29,5 @@ URxvt*scrollBar: false URxvt*internalBorder: 0 ! True transparency -URxvt.depth: 32 +! URxvt.transparent: true +! URxvt.shading: 10 |