--- programs/systemg/code/SyGBindingsManager.cc +++ programs/systemg/code/SyGBindingsManager.cc @@ -30,7 +30,7 @@ #include #include -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\"";