Hydrogen makes a .hydrogen directory.
.hydrogen
├── data
└── hydrogen.conf
1 directory, 1 file
XDG standards specify that config files should go in ~/.config and data in ~/.local/share.
Therefor, the ~/.hydrogen/data directory should be moved to ~/.local/share/hydrogen and hydrogen.conf should be moved to ~/.config/hydrogen.conf by default.
Hydrogen makes a .hydrogen directory.
XDG standards specify that config files should go in ~/.config and data in ~/.local/share.
Therefor, the
~/.hydrogen/datadirectory should be moved to~/.local/share/hydrogenandhydrogen.confshould be moved to~/.config/hydrogen.confby default.