Skip to content

Instantly share code, notes, and snippets.

@stefanocudini
Created April 23, 2023 12:00
Show Gist options
  • Save stefanocudini/2c83c34b48b4cfe0bb14a9c08447fbe7 to your computer and use it in GitHub Desktop.
Save stefanocudini/2c83c34b48b4cfe0bb14a9c08447fbe7 to your computer and use it in GitHub Desktop.
backup restore mate panel launchers
#!/bin/bash
dconf dump /org/mate/panel/ > panel.conf
#restore
#dconf load /org/mate/panel/ < panel.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment