diff --git a/client/src/main/kotlin/org/hso/texturesyncclient/controller/SettingsController.kt b/client/src/main/kotlin/org/hso/texturesyncclient/controller/SettingsController.kt
index f815fa9..f24bc25 100644
--- a/client/src/main/kotlin/org/hso/texturesyncclient/controller/SettingsController.kt
+++ b/client/src/main/kotlin/org/hso/texturesyncclient/controller/SettingsController.kt
@@ -26,7 +26,7 @@ class SettingsController {
             dirPath = if (osName.contains("Windows")) {
                 "$userHome/Documents/TextureSync"
             } else {
-                "$userHome/.TextureSync"
+                "$userHome/.config/TextureSync"
             }
 
             settingsFile = File("$dirPath/config.xml") //open Settings file