chore: account for not-gray background
This commit is contained in:
parent
46a0a2a054
commit
24b9a8a354
|
@ -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 &
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue