diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-02-12 23:56:59 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-02-12 23:56:59 +0000 |
commit | f9683d4ed9c48748378ca9a93e11eddb28b6ff3f (patch) | |
tree | d0b297ad068391aa6eb9412b108cfcb9f6943817 /.Xresources | |
parent | c7cde0bf5b20dd39a274752ef4cb766272cdcade (diff) | |
parent | 142628de91fb3620a08101da1abe17c12c7f0c32 (diff) |
Merge branch 'master' of urbainvaes.com:git/dotfiles
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources/base | 4 | ||||
-rw-r--r-- | .Xresources/default | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/.Xresources/base b/.Xresources/base index c931db8..3b86714 100644 --- a/.Xresources/base +++ b/.Xresources/base @@ -27,7 +27,3 @@ URxvt.keysym.M-p: perl:clipboard:paste URxvt*font: xft:DejaVu Sans Mono:size=12 URxvt*scrollBar: false URxvt*internalBorder: 0 - -! True transparency -! URxvt.transparent: true -! URxvt.shading: 10 diff --git a/.Xresources/default b/.Xresources/default new file mode 100644 index 0000000..72c9684 --- /dev/null +++ b/.Xresources/default @@ -0,0 +1,5 @@ +# include "/home/urbain/.Xresources/dark" + +! True transparency +URxvt.transparent: true +URxvt.shading: 10 |