Skip to content

Commit

Permalink
fix(deck): Restore all settings in restore-gnome-de-settings ujust co…
Browse files Browse the repository at this point in the history
…mmand on deck images
  • Loading branch information
KyleGospo committed Apr 10, 2024
1 parent 8541ee1 commit 89ca085
Showing 1 changed file with 13 additions and 0 deletions.
@@ -0,0 +1,13 @@
# vim: set ft=make :

# Restore Bazzite customized DE settings
restore-gnome-de-settings:
dconf load / < /usr/etc/dconf/db/local.d/02-bazzite-global
dconf load / < /usr/etc/dconf/db/local.d/03-bazzite-dash
dconf load / < /usr/etc/dconf/db/local.d/05-bazzite-extensions
dconf load / < /usr/etc/dconf/db/local.d/06-bazzite-theme
dconf load / < /usr/etc/dconf/db/local.d/07-bazzite-deck

# Restore Bazzite customized applications folders
restore-gnome-folders:
dconf load / < /usr/etc/dconf/db/local.d/04-bazzite-folders

0 comments on commit 89ca085

Please sign in to comment.