summaryrefslogtreecommitdiff
path: root/silly.sh
diff options
context:
space:
mode:
Diffstat (limited to 'silly.sh')
-rw-r--r--silly.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/silly.sh b/silly.sh
index 0ed2c14..2061ad1 100644
--- a/silly.sh
+++ b/silly.sh
@@ -172,6 +172,7 @@ sync() {
[[ "$name" == "scripts" ]] && find "$dst" -type f | xargs chmod +x
[[ "$name" == "hypr" ]] && reload_hypr=true
+ [[ "$name" == "gtk-3.0" ]] && printf "file://$HOME/Downloads Downloads\nfile://$HOME/Documents Documents\nfile://$HOME/Pictures Pictures\nfile://$HOME/Videos Videos\nfile://$HOME/.config .config\n" > ~/.config/gtk-3.0/bookmarks
echo "synced $name"
synced_any=true
done