diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-02-12 20:39:39 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-02-12 20:39:39 +0100 |
commit | 4969d9d06c0f4a9d640af2b54d0c73b9fa5e24b0 (patch) | |
tree | 5e2381543c0b7db6a6505f47b04883398fbe2220 /.Xresources | |
parent | 6a1b3e569f3322f6d4db480ed1fd282ac8324d8b (diff) |
Add various changes
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 |