chore: account for not-gray background

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-04-04 00:26:44 -05:00
parent 46a0a2a054
commit 24b9a8a354
2 changed files with 4 additions and 1 deletions

View File

@ -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 &

View File

@ -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