Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

jboogy

1
Posts
1
Topics
A member registered Mar 09, 2022

Recent community posts

I think we can respect users' `$HOME` directories and try not to pollute it with extra directories.

All we would need to do is to move the `.itch` directory to  `$XDG_DATA_HOME/itch`

A default setting for an environment variable (so that users can move the directory if they so choose) would look like this:
```sh
export ITCH_HOME="$XDG_DATA_HOME"/itch
```