diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-10-29 20:02:29 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-10-29 20:02:29 +0100 |
commit | 4d272380c76ef36556b5eafe9830c842a49ed0a1 (patch) | |
tree | a47397550cf71f75503aa97d351403469d16aa04 | |
parent | 4b0248c664e99924333766b148caf6e38c655e4e (diff) | |
download | configs-4d272380c76ef36556b5eafe9830c842a49ed0a1.tar.gz configs-4d272380c76ef36556b5eafe9830c842a49ed0a1.zip |
.Xresources config for compton added.
-rw-r--r-- | files/rcs/.Xresources | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/files/rcs/.Xresources b/files/rcs/.Xresources index 7e801d2..e87cc4e 100644 --- a/files/rcs/.Xresources +++ b/files/rcs/.Xresources @@ -1,8 +1,9 @@ ! To load into RESOURCE_MANAGER, run xrdb ~/.Xresources +*background: #100010 ! Gruvbox dark ! hard contrast: -*background: #1d2021 +!*background: #1d2021 !*background: #282828 ! soft contrast: !*background: #32302f @@ -34,11 +35,21 @@ *color15: #ebdbb2 URxvt.scrollBar: false -URxvt.fading: 18 -URxvt.transparent: false -URxvt.shading: 12 -*.alpha: 120 + +! These options are not used when configuration is through compton +! URxvt.fading: 18 +! *.alpha: 120 + +! Fake transparency (copies root window, aka wallpaper) +! Overrides real transparency if not commented +! URxvt.transparent: true +! URxvt.shading: 12 + +! Real transparency (needs a running composite manager such as compton) +URxvt.depth: 32 +!! +URxvt.background: [90]#100020 URxvt.font: xft:inconsolata:size=10,xft:symbola ! URxvt.font: xft:mononoki:size=9,xft:symbola |