Skip to content

Commit

Permalink
Disable GNOME Shell animations
Browse files Browse the repository at this point in the history
I like these personally, but they get in the way in emergencies.
  • Loading branch information
strugee committed Oct 10, 2024
1 parent a833590 commit 132f40a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ cat > /usr/etc/dconf/db/local.d/00-gnome-shell-extensions <<EOF
enabled-extensions=['grand-theft-focus@zalckos.github.com', 'appmenu-is-back@fthx', 'places-menu@gnome-shell-extensions.gcampax.github.com', 'window-list@gnome-shell-extensions.gcampax.github.com']
EOF

cat > /usr/etc/dconf/db/local.d/00-disable-gnome-shell-animations <<EOF
[org/gnome/desktop/interface]
enable-animations=false
EOF

dconf update

# TODO set up Nextcloud, and make sure its data dir is not in ~
Expand Down

0 comments on commit 132f40a

Please sign in to comment.