guillaumechereau / goxel

Goxel: Free and Open Source 3D Voxel Editor
GNU General Public License v3.0
2.73k stars 219 forks source link

where is goxel palettes saved on linux? #277

Closed Shadowblitz16 closed 2 years ago

guillaumechereau commented 2 years ago

Hello,

The exact location depends if the env variable XDG_CONFIG_HOME is set. If it is set, then we use: $XDG_CONFIG_HOME/goxel/palettes, if not, then it default to ~/.goxel/palettes/.

For example on my machine running ubuntu, I got the palettes in ~/.config/goxel/palettes/

Shadowblitz16 commented 2 years ago

ok ty