diff --git a/fake_home/.zshrc b/fake_home/.zshrc index 9ed03a6..2a75d02 100644 --- a/fake_home/.zshrc +++ b/fake_home/.zshrc @@ -77,7 +77,8 @@ source ~/.zsh_local function dconf-dump { local ignore_section=false - dconf dump / | while read -r line; do + # Ignores certain values/sections that shouldn't be synced + dconf dump / | grep -v "gtk-theme='" | while read -r line; do if [[ "$line" == "[org/gnome/desktop/background]" ]] || [[ "$line" == "[org/gnome/shell/extensions/gsconnect"* ]]; then ignore_section=true elif [[ "$line" == "["* ]]; then