summaryrefslogtreecommitdiff
path: root/silly.sh
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-04-05 06:25:48 +0000
committerGitHub <noreply@github.com>2026-04-05 06:25:48 +0000
commit22ca67bef049f217064e16a8d2ff9ec9eae6c835 (patch)
tree3cdc178ca6341ff368ac77eb385d801ca94750e7 /silly.sh
parent2cb046c98835d7c989cce686064f3ae868b5ad63 (diff)
Update silly.sh
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