This repository has been archived on 2024-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
linux/.config/autostart/Dconf.desktop

9 lines
330 B
Desktop File

[Desktop Entry]
Name=DconfLoad
GenericName=Load Gnome settings
Comment=Load Gnome settings
Exec=bash -c "export path_dconf=${HOME}/.config/linux/Gnome.dconf ; sed -i -e s/voronind/$(whoami)/g ${path_dconf} ; dconf load / < ${path_dconf} ; git checkout ${path_dconf}"
Terminal=false
Type=Application
X-GNOME-Autostart-enabled=true