9 lines
330 B
Desktop File
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
|