diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-10-15 10:22:16 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-10-15 10:22:16 +0200 |
commit | ff234cc890fdf1fe778d390de62b9df41d480d5f (patch) | |
tree | 4d2e2857b3f08c7c27b1e4c06a33a8667f390601 | |
parent | a1460614d0519bfeb3ce430d7f76acd15f0ae719 (diff) | |
download | dotfiles-ff234cc890fdf1fe778d390de62b9df41d480d5f.tar.gz |
urxvt
-rw-r--r-- | .Xresources | 8 | ||||
-rw-r--r-- | .compton.conf | 4 |
2 files changed, 11 insertions, 1 deletions
diff --git a/.Xresources b/.Xresources index db87e87..d7367f1 100644 --- a/.Xresources +++ b/.Xresources @@ -6,7 +6,15 @@ XTerm*faceSize: 10.0 XTerm*selectToClipboard: true XTerm.vt100.locale: true +URxvt.font: xft:DejaVu\ Sans\ Mono\ for\ Powerline:size=10 +URxvt.foreground: white +URxvt.background: #aaaaaaaa +URxvt.perl-ext-common: default,matcher +URxvt.url-launcher: /usr/bin/xdg-open +URxvt.matcher.button: 1 + Xft.dpi: 96 + ! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg' rofi.color-normal: #000000AA, #FFFFFFFF, #000000AA, #333333AA, #FFFFFF rofi.color-urgent: #000000AA, #FFFFFFFF, #000000AA, #333333AA, #FFFFFF diff --git a/.compton.conf b/.compton.conf index f8fb09d..4be505e 100644 --- a/.compton.conf +++ b/.compton.conf @@ -129,6 +129,8 @@ blur-kern = "7x7box"; blur-method = "kawase";
blur-strength = 10;
+#corner-radius = 10;
+
opacity-rule = [
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
];
@@ -142,7 +144,7 @@ opacity-rule = [ # Fade windows during opacity changes.
fading = true;
# The time between steps in a fade in milliseconds. (default 10).
-fade-delta = 4;
+fade-delta = 1;
# Opacity change between steps while fading in. (default 0.028).
fade-in-step = 0.03;
# Opacity change between steps while fading out. (default 0.03).
|