blob: 8d954027ce4e24b955d37574c724e8cedae8aca9 (
plain)
1
2
3
4
5
6
|
#!/bin/bash
# Launch the dconf command with dbus-launch and load custom dconf settings
dbus-launch /usr/bin/dconf load / <"$HOME"/.config/dconf-custom/settings.dconf
#dconf load / < ~/.config/dconf/user.d/settings.conf
|