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/bash/module/dconf.sh

5 lines
253 B
Bash
Raw Normal View History

2023-11-18 05:04:50 +03:00
_GDCONF_PATH="${HOME}/.config/linux/gnome.dconf"
2023-12-05 21:50:45 +03:00
alias dconf_load="sed -i -e s/voronind/$(whoami)/g ${_GDCONF_PATH} ; dconf load / < ${_GDCONF_PATH}" # load gnome settings.
2023-11-12 18:19:30 +03:00
alias dconf_save="dconf dump / > gnome.dconf" # dump gnome settings to a file.