--- programs/systemg/code/SyGBindingsManager.cc
+++ programs/systemg/code/SyGBindingsManager.cc
@@ -30,7 +30,7 @@
 #include <stdlib.h>
 #include <jAssert.h>
 
-static const JCharacter* kUserExtensionBindingFile = ".systemG.filebindings";
+static const JCharacter* kUserExtensionBindingFile = ".desk/systemG.filebindings";
 static const JCharacter* kGlobalExtensionBindingFile = "filebindings";
 static const JCharacter* kDefaultFileAction = "xterm -e less \"$f\"";
 static const JCharacter* kAltDefaultFileAction = "xterm -e vi \"$f\"";