Ignore some gsconnect config

This commit is contained in:
Sage Vaillancourt 2024-02-18 22:25:55 -05:00
parent a203b8e3be
commit ee9709a54d
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ function dconf-dump {
ignore_section=false
fi
else
if [[ "$line" == "[org/gnome/desktop/background]" ]]; then
if [[ "$line" == "[org/gnome/desktop/background]" ]] || [[ "$line" == "[org/gnome/shell/extensions/gsconnect"* ]]; then
ignore_section=true
else
echo "$line"