From 24b9a8a354d899108fcf6149a6f95e0a7afa62de Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Sun, 4 Apr 2021 00:26:44 -0500 Subject: [PATCH] chore: account for not-gray background --- .config/i3/config | 3 +++ .config/picom/picom.conf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 5228e00..6fd9544 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -219,3 +219,6 @@ exec_always --no-startup-id dunst bindsym Print exec $HOME/.local/bin/screenshot-gui bindsym Shift+Print exec $HOME/.local/bin/screenshot-full bindsym Ctrl+Print exec $HOME/.local/bin/jptesseract + +# Restore Background +exec_always --no-startup-id nitrogen --restore & diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index c71ecfd..e6ee462 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -119,7 +119,7 @@ fade-out-step = 0.03; # Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0) # inactive-opacity = 1 -inactive-opacity = 0.8; +inactive-opacity = 0.95; # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) # frame-opacity = 1.0